Interface DaemonSetProps

    • Method Detail

      • getDefaultSelector

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

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

        Default: true

      • getMinReadySeconds

        @Stability(Stable)
        @Nullable
        default Number getMinReadySeconds()
        Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.

        Default: 0