Documentation ¶
Index ¶
- Variables
- type IngressIntent
- func (*IngressIntent) Descriptor() ([]byte, []int)deprecated
- func (x *IngressIntent) GetApplicationBaseDomain() []string
- func (x *IngressIntent) GetDeployable() *runtime.Deployable
- func (x *IngressIntent) GetEndpoint() []*schema.Endpoint
- func (x *IngressIntent) GetEnv() *schema.Environment
- func (*IngressIntent) ProtoMessage()
- func (x *IngressIntent) ProtoReflect() protoreflect.Message
- func (x *IngressIntent) Reset()
- func (x *IngressIntent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_kubernetes_ingress_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IngressIntent ¶
type IngressIntent struct { Deployable *runtime.Deployable `protobuf:"bytes,1,opt,name=deployable,proto3" json:"deployable,omitempty"` // This injected environment will only contain the environment name if the // environment is not ephemeral. Env *schema.Environment `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"` Endpoint []*schema.Endpoint `protobuf:"bytes,3,rep,name=endpoint,proto3" json:"endpoint,omitempty"` // If set, creates ingress fragments with the host `{allocated_name}.{application_domain}`. ApplicationBaseDomain []string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IngressIntent) Descriptor
deprecated
func (*IngressIntent) Descriptor() ([]byte, []int)
Deprecated: Use IngressIntent.ProtoReflect.Descriptor instead.
func (*IngressIntent) GetApplicationBaseDomain ¶
func (x *IngressIntent) GetApplicationBaseDomain() []string
func (*IngressIntent) GetDeployable ¶
func (x *IngressIntent) GetDeployable() *runtime.Deployable
func (*IngressIntent) GetEndpoint ¶
func (x *IngressIntent) GetEndpoint() []*schema.Endpoint
func (*IngressIntent) GetEnv ¶
func (x *IngressIntent) GetEnv() *schema.Environment
func (*IngressIntent) ProtoMessage ¶
func (*IngressIntent) ProtoMessage()
func (*IngressIntent) ProtoReflect ¶
func (x *IngressIntent) ProtoReflect() protoreflect.Message
func (*IngressIntent) Reset ¶
func (x *IngressIntent) Reset()
func (*IngressIntent) String ¶
func (x *IngressIntent) String() string
Click to show internal directories.
Click to hide internal directories.