Class AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.admission.v1beta1.AdmissionResponseFluent<A>
-
- Direct Known Subclasses:
AdmissionResponseBuilder,AdmissionReviewFluent.ResponseNested
public class AdmissionResponseFluent<A extends AdmissionResponseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AdmissionResponseFluent()AdmissionResponseFluent(AdmissionResponse instance)
-
Method Summary
-
-
-
Constructor Detail
-
AdmissionResponseFluent
public AdmissionResponseFluent()
-
AdmissionResponseFluent
public AdmissionResponseFluent(AdmissionResponse instance)
-
-
Method Detail
-
addAllToWarnings
public A addAllToWarnings(Collection<String> items)
-
copyInstance
protected void copyInstance(AdmissionResponse instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AdmissionResponseFluent<A>>
-
getAllowed
public Boolean getAllowed()
-
getFirstWarning
public String getFirstWarning()
-
getLastWarning
public String getLastWarning()
-
getPatch
public String getPatch()
-
getPatchType
public String getPatchType()
-
getStatus
public io.fabric8.kubernetes.api.model.Status getStatus()
-
getUid
public String getUid()
-
getWarning
public String getWarning(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllowed
public boolean hasAllowed()
-
hasAuditAnnotations
public boolean hasAuditAnnotations()
-
hasPatch
public boolean hasPatch()
-
hasPatchType
public boolean hasPatchType()
-
hasStatus
public boolean hasStatus()
-
hasUid
public boolean hasUid()
-
hasWarnings
public boolean hasWarnings()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AdmissionResponseFluent<A>>
-
removeAllFromWarnings
public A removeAllFromWarnings(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAllowed
public A withAllowed()
-
withStatus
public A withStatus(io.fabric8.kubernetes.api.model.Status status)
-
-