Interface DeploymentProps

    • Method Detail

      • getDefaultSelector

        @Stability(Stable)
        @Nullable
        default Boolean getDefaultSelector()
        Automatically allocates a pod selector for this deployment.

        If this is set to false you must define your selector through deployment.podMetadata.addLabel() and deployment.selectByLabel().

        Default: true

      • getReplicas

        @Stability(Stable)
        @Nullable
        default Number getReplicas()
        Number of desired pods.

        Default: 1