Package io.fabric8.openshift.api.model
Class ServiceAccountPodSecurityPolicyReviewStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.ServiceAccountPodSecurityPolicyReviewStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceAccountPodSecurityPolicyReviewStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceAccountPodSecurityPolicyReviewStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceAccountPodSecurityPolicyReviewStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountPodSecurityPolicyReviewStatus()No args constructor for use in serializationServiceAccountPodSecurityPolicyReviewStatus(io.fabric8.kubernetes.api.model.ObjectReference allowedBy, String name, String reason, io.fabric8.kubernetes.api.model.PodTemplateSpec template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAccountPodSecurityPolicyReviewStatusBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetAllowedBy()ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review statusStringgetName()name contains the allowed and the denied ServiceAccount nameStringgetReason()A machine-readable description of why this operation is in the "Failure" status.io.fabric8.kubernetes.api.model.PodTemplateSpecgetTemplate()ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review statusvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAllowedBy(io.fabric8.kubernetes.api.model.ObjectReference allowedBy)ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review statusvoidsetName(String name)name contains the allowed and the denied ServiceAccount namevoidsetReason(String reason)A machine-readable description of why this operation is in the "Failure" status.voidsetTemplate(io.fabric8.kubernetes.api.model.PodTemplateSpec template)ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review statusServiceAccountPodSecurityPolicyReviewStatusBuildertoBuilder()
-
-
-
Method Detail
-
getAllowedBy
public io.fabric8.kubernetes.api.model.ObjectReference getAllowedBy()
ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status
-
setAllowedBy
public void setAllowedBy(io.fabric8.kubernetes.api.model.ObjectReference allowedBy)
ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status
-
getName
public String getName()
name contains the allowed and the denied ServiceAccount name
-
setName
public void setName(String name)
name contains the allowed and the denied ServiceAccount name
-
getReason
public String getReason()
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available.
-
setReason
public void setReason(String reason)
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available.
-
getTemplate
public io.fabric8.kubernetes.api.model.PodTemplateSpec getTemplate()
ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status
-
setTemplate
public void setTemplate(io.fabric8.kubernetes.api.model.PodTemplateSpec template)
ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status
-
edit
public ServiceAccountPodSecurityPolicyReviewStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceAccountPodSecurityPolicyReviewStatusBuilder>
-
toBuilder
public ServiceAccountPodSecurityPolicyReviewStatusBuilder toBuilder()
-
-