Interface KubeDaemonSetProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KubeDaemonSetProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.85.0 (build 08ee592)",
               date="2023-07-25T00:18:39.316Z")
    @Stability(Stable)
    public interface KubeDaemonSetProps
    extends software.amazon.jsii.JsiiSerializable
    DaemonSet represents the configuration of a daemon set.
    • Method Detail

      • getMetadata

        @Stability(Stable)
        @Nullable
        default ObjectMeta getMetadata()
        Standard object's metadata.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

      • getSpec

        @Stability(Stable)
        @Nullable
        default DaemonSetSpec getSpec()
        The desired behavior of this daemon set.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status