Class V1beta3ServiceAccountSubject
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta3ServiceAccountSubject
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta3ServiceAccountSubject
extends Object
ServiceAccountSubject holds detailed information for service-account-kind subject.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name.`namespace` is the namespace of matching ServiceAccount objects.int
hashCode()
Set name in a chainable fashion.Set namespace in a chainable fashion.void
Set the name property valuevoid
setNamespace
(String namespace) Set the namespace property valuetoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
-
Constructor Details
-
V1beta3ServiceAccountSubject
-
-
Method Details
-
getName
`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1beta3ServiceAccountSubject for chaining.
-
getNamespace
`namespace` is the namespace of matching ServiceAccount objects. Required.- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1beta3ServiceAccountSubject for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-