Class ServiceAccountSubjectPatch
- java.lang.Object
-
- com.pulumi.kubernetes.flowcontrol.v1alpha1.outputs.ServiceAccountSubjectPatch
-
public final class ServiceAccountSubjectPatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceAccountSubjectPatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceAccountSubjectPatch.Builder
builder()
static ServiceAccountSubjectPatch.Builder
builder(ServiceAccountSubjectPatch defaults)
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
namespace()
-
-
-
Method Detail
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
-
namespace
public java.util.Optional<java.lang.String> namespace()
- Returns:
- `namespace` is the namespace of matching ServiceAccount objects. Required.
-
builder
public static ServiceAccountSubjectPatch.Builder builder()
-
builder
public static ServiceAccountSubjectPatch.Builder builder(ServiceAccountSubjectPatch defaults)
-
-