Share via


KubernetesOperatorScope Struct

Definition

Scope at which the operator will be installed.

public readonly struct KubernetesOperatorScope : IEquatable<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesOperatorScope>
type KubernetesOperatorScope = struct
Public Structure KubernetesOperatorScope
Implements IEquatable(Of KubernetesOperatorScope)
Inheritance
KubernetesOperatorScope
Implements

Constructors

Name Description
KubernetesOperatorScope(String)

Initializes a new instance of KubernetesOperatorScope.

Properties

Name Description
Cluster

cluster.

Namespace

namespace.

Methods

Name Description
Equals(KubernetesOperatorScope)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(KubernetesOperatorScope, KubernetesOperatorScope)

Determines if two KubernetesOperatorScope values are the same.

Implicit(String to KubernetesOperatorScope)

Converts a string to a KubernetesOperatorScope.

Inequality(KubernetesOperatorScope, KubernetesOperatorScope)

Determines if two KubernetesOperatorScope values are not the same.

Applies to