Uses of Interface
org.cdk8s.plus25.k8s.KubeReplicaSetListProps
-
Packages that use KubeReplicaSetListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicaSetListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeReplicaSetListProps Modifier and Type Class Description static classKubeReplicaSetListProps.Jsii$ProxyAn implementation forKubeReplicaSetListPropsMethods in org.cdk8s.plus25.k8s that return KubeReplicaSetListProps Modifier and Type Method Description KubeReplicaSetListPropsKubeReplicaSetListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeReplicaSetListProps Modifier and Type Method Description static ObjectKubeReplicaSetList. manifest(KubeReplicaSetListProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ReplicaSetList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeReplicaSetListProps Constructor Description KubeReplicaSetList(software.constructs.Construct scope, String id, KubeReplicaSetListProps props)Defines a "io.k8s.api.apps.v1.ReplicaSetList" API object.
-