Class NonResourceAttributes
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.authorization.v1beta1.NonResourceAttributes
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NonResourceAttributesBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NonResourceAttributes extends Object implements io.fabric8.kubernetes.api.builder.Editable<NonResourceAttributesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonResourceAttributes()No args constructor for use in serializationNonResourceAttributes(String path, String verb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonResourceAttributesBuilderedit()Map<String,Object>getAdditionalProperties()StringgetPath()Path is the URL path of the requestStringgetVerb()Verb is the standard HTTP verbvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetPath(String path)Path is the URL path of the requestvoidsetVerb(String verb)Verb is the standard HTTP verbNonResourceAttributesBuildertoBuilder()
-
-
-
Method Detail
-
getPath
public String getPath()
Path is the URL path of the request
-
setPath
public void setPath(String path)
Path is the URL path of the request
-
getVerb
public String getVerb()
Verb is the standard HTTP verb
-
setVerb
public void setVerb(String verb)
Verb is the standard HTTP verb
-
edit
public NonResourceAttributesBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NonResourceAttributesBuilder>
-
toBuilder
public NonResourceAttributesBuilder toBuilder()
-
-