public sealed class Binding : IMessage<Kubernetes.Types.Binding>, IEquatable<Kubernetes.Types.Binding>, IDeepCloneable<Kubernetes.Types.Binding>, IBufferMessage, IMessageRepresents a Kubernetes RoleBinding or ClusterRoleBinding.
Implements
IMessage<Kubernetes.Types.Binding>, IEquatable<Kubernetes.Types.Binding>, IDeepCloneable<Kubernetes.Types.Binding>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Binding()
public Binding()Binding(Kubernetes.Types.Binding)
public Binding(Kubernetes.Types.Binding other)| Parameter | |
|---|---|
| Name | Description |
other |
Kubernetes.Types.Binding |
Properties
Name
public string Name { get; set; }Name for binding.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Ns
public string Ns { get; set; }Namespace for binding.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Role
public Kubernetes.Types.Role Role { get; set; }The Role or ClusterRole referenced by the binding.
| Property Value | |
|---|---|
| Type | Description |
Kubernetes.Types.Role |
|
Subjects
public RepeatedField<Kubernetes.Types.Subject> Subjects { get; }Represents the subjects(s) bound to the role. Not always available for PATCH requests.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Kubernetes.Types.Subject> |
|