Uses of Interface
org.cdk8s.plus20.ResourceProps
-
-
Uses of ResourceProps in org.cdk8s.plus20
Subinterfaces of ResourceProps in org.cdk8s.plus20 Modifier and Type Interface Description interfaceConfigMapPropsProperties for initialization of `ConfigMap`.interfaceDeploymentPropsProperties for initialization of `Deployment`.interfaceIngressV1Beta1PropsProperties for `Ingress`.interfaceJobPropsProperties for initialization of `Job`.interfacePodPropsProperties for initialization of `Pod`.interfaceSecretPropsinterfaceServiceAccountPropsProperties for initialization of `ServiceAccount`.interfaceServicePropsProperties for initialization of `Service`.interfaceStatefulSetPropsProperties for initialization of `StatefulSet`.Classes in org.cdk8s.plus20 that implement ResourceProps Modifier and Type Class Description static classConfigMapProps.Jsii$ProxyAn implementation forConfigMapPropsstatic classDeploymentProps.Jsii$ProxyAn implementation forDeploymentPropsstatic classIngressV1Beta1Props.Jsii$ProxyAn implementation forIngressV1Beta1Propsstatic classJobProps.Jsii$ProxyAn implementation forJobPropsstatic classPodProps.Jsii$ProxyAn implementation forPodPropsstatic classResourceProps.Jsii$ProxyAn implementation forResourcePropsstatic classSecretProps.Jsii$ProxyAn implementation forSecretPropsstatic classServiceAccountProps.Jsii$ProxyAn implementation forServiceAccountPropsstatic classServiceProps.Jsii$ProxyAn implementation forServicePropsstatic classStatefulSetProps.Jsii$ProxyAn implementation forStatefulSetPropsMethods in org.cdk8s.plus20 that return ResourceProps Modifier and Type Method Description ResourcePropsResourceProps.Builder. build()Builds the configured instance.
-