Interface KubeDaemonSetProps

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

    @Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)",
               date="2022-12-10T02:31:41.674Z")
    @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