Documentation ¶
Index ¶
- Variables
- type Billing
- type FeatureSpec
- func (*FeatureSpec) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureSpec) GetBilling() Billing
- func (x *FeatureSpec) GetConfigMembership() string
- func (*FeatureSpec) ProtoMessage()
- func (x *FeatureSpec) ProtoReflect() protoreflect.Message
- func (x *FeatureSpec) Reset()
- func (x *FeatureSpec) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Billing_name = map[int32]string{ 0: "BILLING_UNSPECIFIED", 1: "PAY_AS_YOU_GO", 2: "ANTHOS_LICENSE", } Billing_value = map[string]int32{ "BILLING_UNSPECIFIED": 0, "PAY_AS_YOU_GO": 1, "ANTHOS_LICENSE": 2, } )
Enum value maps for Billing.
View Source
var File_google_cloud_gkehub_v1alpha_multiclusteringress_multiclusteringress_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Billing ¶
type Billing int32
Billing identifies which billing structure the customer is using.
func (Billing) Descriptor ¶
func (Billing) Descriptor() protoreflect.EnumDescriptor
func (Billing) EnumDescriptor
deprecated
func (Billing) Number ¶
func (x Billing) Number() protoreflect.EnumNumber
func (Billing) Type ¶
func (Billing) Type() protoreflect.EnumType
type FeatureSpec ¶
type FeatureSpec struct { // Fully-qualified Membership name which hosts the MultiClusterIngress CRD. // Example: `projects/foo-proj/locations/global/memberships/bar` ConfigMembership string `protobuf:"bytes,1,opt,name=config_membership,json=configMembership,proto3" json:"config_membership,omitempty"` // Customer's billing structure Billing Billing `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
**Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature.
func (*FeatureSpec) Descriptor
deprecated
func (*FeatureSpec) Descriptor() ([]byte, []int)
Deprecated: Use FeatureSpec.ProtoReflect.Descriptor instead.
func (*FeatureSpec) GetBilling ¶
func (x *FeatureSpec) GetBilling() Billing
func (*FeatureSpec) GetConfigMembership ¶
func (x *FeatureSpec) GetConfigMembership() string
func (*FeatureSpec) ProtoMessage ¶
func (*FeatureSpec) ProtoMessage()
func (*FeatureSpec) ProtoReflect ¶
func (x *FeatureSpec) ProtoReflect() protoreflect.Message
func (*FeatureSpec) Reset ¶
func (x *FeatureSpec) Reset()
func (*FeatureSpec) String ¶
func (x *FeatureSpec) String() string
Click to show internal directories.
Click to hide internal directories.