Class V1alpha1ParamRef
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1ParamRef
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-02T17:56:12.287571Z[Etc/UTC]")
public class V1alpha1ParamRef
extends Object
ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static V1alpha1ParamRef
Create an instance of V1alpha1ParamRef given an JSON stringgetName()
`name` is the name of the resource being referenced.namespace is the namespace of the referenced resource.`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding.Get selectorint
hashCode()
parameterNotFoundAction
(String parameterNotFoundAction) selector
(V1LabelSelector selector) void
void
setNamespace
(String namespace) void
setParameterNotFoundAction
(String parameterNotFoundAction) void
setSelector
(V1LabelSelector selector) toJson()
Convert an instance of V1alpha1ParamRef to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NAMESPACE
- See Also:
-
SERIALIZED_NAME_PARAMETER_NOT_FOUND_ACTION
- See Also:
-
SERIALIZED_NAME_SELECTOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1alpha1ParamRef
public V1alpha1ParamRef()
-
-
Method Details
-
name
-
getName
`name` is the name of the resource being referenced. `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.- Returns:
- name
-
setName
-
namespace
-
getNamespace
namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields. A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty. - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error. - If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.- Returns:
- namespace
-
setNamespace
-
parameterNotFoundAction
-
getParameterNotFoundAction
`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy. Allowed values are `Allow` or `Deny` Default to `Deny`- Returns:
- parameterNotFoundAction
-
setParameterNotFoundAction
-
selector
-
getSelector
Get selector- Returns:
- selector
-
setSelector
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj
- JSON Object- Throws:
IOException
- if the JSON Object is invalid with respect to V1alpha1ParamRef
-
fromJson
Create an instance of V1alpha1ParamRef given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1alpha1ParamRef
- Throws:
IOException
- if the JSON string is invalid with respect to V1alpha1ParamRef
-
toJson
Convert an instance of V1alpha1ParamRef to an JSON string- Returns:
- JSON string
-