Uses of Class
org.cdk8s.plus23.k8s.SeccompProfile.Builder
-
Packages that use SeccompProfile.Builder Package Description org.cdk8s.plus23.k8s -
-
Uses of SeccompProfile.Builder in org.cdk8s.plus23.k8s
Methods in org.cdk8s.plus23.k8s that return SeccompProfile.Builder Modifier and Type Method Description static SeccompProfile.Builder
SeccompProfile. builder()
SeccompProfile.Builder
SeccompProfile.Builder. localhostProfile(String localhostProfile)
Sets the value ofSeccompProfile.getLocalhostProfile()
SeccompProfile.Builder
SeccompProfile.Builder. type(IoK8SApiCoreV1SeccompProfileType type)
Sets the value ofSeccompProfile.getType()
Constructors in org.cdk8s.plus23.k8s with parameters of type SeccompProfile.Builder Constructor Description Jsii$Proxy(SeccompProfile.Builder builder)
Constructor that initializes the object based on literal property values passed by theSeccompProfile.Builder
.
-