Documentation ¶
Index ¶
- Variables
- type EnumValue
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetApiFieldName() string
- func (x *Field) GetGoName() string
- func (x *Field) GetInline() bool
- func (x *Field) GetSubResource() bool
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type Kind
- type Kubernetes
- func (*Kubernetes) Descriptor() ([]byte, []int)deprecated
- func (x *Kubernetes) GetDomain() string
- func (x *Kubernetes) GetServed() bool
- func (x *Kubernetes) GetStorage() bool
- func (x *Kubernetes) GetSubGroup() string
- func (x *Kubernetes) GetVersion() string
- func (*Kubernetes) ProtoMessage()
- func (x *Kubernetes) ProtoReflect() protoreflect.Message
- func (x *Kubernetes) Reset()
- func (x *Kubernetes) String() string
- type PrinterColumn
- func (*PrinterColumn) Descriptor() ([]byte, []int)deprecated
- func (x *PrinterColumn) GetDescription() string
- func (x *PrinterColumn) GetFormat() string
- func (x *PrinterColumn) GetJsonPath() string
- func (x *PrinterColumn) GetName() string
- func (x *PrinterColumn) GetPriority() int32
- func (x *PrinterColumn) GetType() string
- func (*PrinterColumn) ProtoMessage()
- func (x *PrinterColumn) ProtoReflect() protoreflect.Message
- func (x *PrinterColumn) Reset()
- func (x *PrinterColumn) String() string
- type Scope
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Scope_name = map[int32]string{ 0: "SCOPE_NAMESPACED", 1: "SCOPE_CLUSTER", } Scope_value = map[string]int32{ "SCOPE_NAMESPACED": 0, "SCOPE_CLUSTER": 1, } )
Enum value maps for Scope.
View Source
var ( // optional dev.f110.kubeproto.Kubernetes k8s = 60010; E_K8S = &file_kube_proto_extTypes[2] // optional string kubeproto_go_package = 60011; E_KubeprotoGoPackage = &file_kube_proto_extTypes[3] )
Extension fields to descriptorpb.FileOptions.
View Source
var (
// optional dev.f110.kubeproto.Field field = 60010;
E_Field = &file_kube_proto_extTypes[1]
)
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional dev.f110.kubeproto.Kind kind = 60010;
E_Kind = &file_kube_proto_extTypes[0]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var (
// optional dev.f110.kubeproto.EnumValue value = 60010;
E_Value = &file_kube_proto_extTypes[4]
)
Extension fields to descriptorpb.EnumValueOptions.
View Source
var File_kube_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EnumValue ¶
type EnumValue struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*EnumValue) Descriptor
deprecated
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
type Field ¶
type Field struct { GoName string `protobuf:"bytes,1,opt,name=go_name,json=goName,proto3" json:"go_name,omitempty"` Inline bool `protobuf:"varint,2,opt,name=inline,proto3" json:"inline,omitempty"` SubResource bool `protobuf:"varint,3,opt,name=sub_resource,json=subResource,proto3" json:"sub_resource,omitempty"` ApiFieldName string `protobuf:"bytes,4,opt,name=api_field_name,json=apiFieldName,proto3" json:"api_field_name,omitempty"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetApiFieldName ¶
func (*Field) GetSubResource ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type Kind ¶
type Kind struct { AdditionalPrinterColumns []*PrinterColumn `` /* 135-byte string literal not displayed */ Scope Scope `protobuf:"varint,2,opt,name=scope,proto3,enum=dev.f110.kubeproto.Scope" json:"scope,omitempty"` // contains filtered or unexported fields }
func (*Kind) Descriptor
deprecated
func (*Kind) GetAdditionalPrinterColumns ¶
func (x *Kind) GetAdditionalPrinterColumns() []*PrinterColumn
func (*Kind) ProtoMessage ¶
func (*Kind) ProtoMessage()
func (*Kind) ProtoReflect ¶
func (x *Kind) ProtoReflect() protoreflect.Message
type Kubernetes ¶
type Kubernetes struct { Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` SubGroup string `protobuf:"bytes,2,opt,name=sub_group,json=subGroup,proto3" json:"sub_group,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` Served bool `protobuf:"varint,4,opt,name=served,proto3" json:"served,omitempty"` Storage bool `protobuf:"varint,5,opt,name=storage,proto3" json:"storage,omitempty"` // contains filtered or unexported fields }
func (*Kubernetes) Descriptor
deprecated
func (*Kubernetes) Descriptor() ([]byte, []int)
Deprecated: Use Kubernetes.ProtoReflect.Descriptor instead.
func (*Kubernetes) GetDomain ¶
func (x *Kubernetes) GetDomain() string
func (*Kubernetes) GetServed ¶
func (x *Kubernetes) GetServed() bool
func (*Kubernetes) GetStorage ¶
func (x *Kubernetes) GetStorage() bool
func (*Kubernetes) GetSubGroup ¶
func (x *Kubernetes) GetSubGroup() string
func (*Kubernetes) GetVersion ¶
func (x *Kubernetes) GetVersion() string
func (*Kubernetes) ProtoMessage ¶
func (*Kubernetes) ProtoMessage()
func (*Kubernetes) ProtoReflect ¶
func (x *Kubernetes) ProtoReflect() protoreflect.Message
func (*Kubernetes) Reset ¶
func (x *Kubernetes) Reset()
func (*Kubernetes) String ¶
func (x *Kubernetes) String() string
type PrinterColumn ¶
type PrinterColumn struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` JsonPath string `protobuf:"bytes,3,opt,name=json_path,json=jsonPath,proto3" json:"json_path,omitempty"` Priority int32 `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Format string `protobuf:"bytes,6,opt,name=format,proto3" json:"format,omitempty"` // contains filtered or unexported fields }
func (*PrinterColumn) Descriptor
deprecated
func (*PrinterColumn) Descriptor() ([]byte, []int)
Deprecated: Use PrinterColumn.ProtoReflect.Descriptor instead.
func (*PrinterColumn) GetDescription ¶
func (x *PrinterColumn) GetDescription() string
func (*PrinterColumn) GetFormat ¶
func (x *PrinterColumn) GetFormat() string
func (*PrinterColumn) GetJsonPath ¶
func (x *PrinterColumn) GetJsonPath() string
func (*PrinterColumn) GetName ¶
func (x *PrinterColumn) GetName() string
func (*PrinterColumn) GetPriority ¶
func (x *PrinterColumn) GetPriority() int32
func (*PrinterColumn) GetType ¶
func (x *PrinterColumn) GetType() string
func (*PrinterColumn) ProtoMessage ¶
func (*PrinterColumn) ProtoMessage()
func (*PrinterColumn) ProtoReflect ¶
func (x *PrinterColumn) ProtoReflect() protoreflect.Message
func (*PrinterColumn) Reset ¶
func (x *PrinterColumn) Reset()
func (*PrinterColumn) String ¶
func (x *PrinterColumn) String() string
type Scope ¶
type Scope int32
func (Scope) Descriptor ¶
func (Scope) Descriptor() protoreflect.EnumDescriptor
func (Scope) EnumDescriptor
deprecated
func (Scope) Number ¶
func (x Scope) Number() protoreflect.EnumNumber
func (Scope) Type ¶
func (Scope) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.