multiclusteringress

package
v0.0.0-...-5fefd90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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.

const (
	// Unknown
	Billing_BILLING_UNSPECIFIED Billing = 0
	// User pays a fee per-endpoint.
	Billing_PAY_AS_YOU_GO Billing = 1
	// User is paying for Anthos as a whole.
	Billing_ANTHOS_LICENSE Billing = 2
)

func (Billing) Descriptor

func (Billing) Descriptor() protoreflect.EnumDescriptor

func (Billing) Enum

func (x Billing) Enum() *Billing

func (Billing) EnumDescriptor deprecated

func (Billing) EnumDescriptor() ([]byte, []int)

Deprecated: Use Billing.Descriptor instead.

func (Billing) Number

func (x Billing) Number() protoreflect.EnumNumber

func (Billing) String

func (x Billing) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL