Class V1alpha1MutatingAdmissionPolicyBindingSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1MutatingAdmissionPolicyBindingSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1MutatingAdmissionPolicyBindingSpec
extends Object
MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to.int
hashCode()
matchResources
(V1alpha1MatchResources matchResources) Set matchResources in a chainable fashion.paramRef
(V1alpha1ParamRef paramRef) Set paramRef in a chainable fashion.policyName
(String policyName) Set policyName in a chainable fashion.void
setMatchResources
(V1alpha1MatchResources matchResources) Set the matchResources property valuevoid
setParamRef
(V1alpha1ParamRef paramRef) Set the paramRef property valuevoid
setPolicyName
(String policyName) Set the policyName property valuetoString()
-
Field Details
-
JSON_PROPERTY_MATCH_RESOURCES
- See Also:
-
JSON_PROPERTY_PARAM_REF
- See Also:
-
JSON_PROPERTY_POLICY_NAME
- See Also:
-
-
Constructor Details
-
V1alpha1MutatingAdmissionPolicyBindingSpec
public V1alpha1MutatingAdmissionPolicyBindingSpec()
-
-
Method Details
-
getMatchResources
- Returns:
- the matchResources property value
-
setMatchResources
Set the matchResources property value- Parameters:
matchResources
- property value to set
-
matchResources
public V1alpha1MutatingAdmissionPolicyBindingSpec matchResources(V1alpha1MatchResources matchResources) Set matchResources in a chainable fashion.- Returns:
- The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
-
getParamRef
- Returns:
- the paramRef property value
-
setParamRef
Set the paramRef property value- Parameters:
paramRef
- property value to set
-
paramRef
Set paramRef in a chainable fashion.- Returns:
- The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
-
getPolicyName
policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.- Returns:
- the policyName property value
-
setPolicyName
Set the policyName property value- Parameters:
policyName
- property value to set
-
policyName
Set policyName in a chainable fashion.- Returns:
- The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-