Versions in this module Expand all Collapse all v1 v1.2.0 Jul 26, 2018 v1.1.0 Apr 27, 2018 Changes in this version + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + type APIService struct + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + Spec *APIServiceSpec + Status *APIServiceStatus + XXX_unrecognized []byte + func (*APIService) Descriptor() ([]byte, []int) + func (*APIService) ProtoMessage() + func (m *APIService) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta + func (m *APIService) GetSpec() *APIServiceSpec + func (m *APIService) GetStatus() *APIServiceStatus + func (m *APIService) Marshal() (dAtA []byte, err error) + func (m *APIService) MarshalTo(dAtA []byte) (int, error) + func (m *APIService) Reset() + func (m *APIService) Size() (n int) + func (m *APIService) String() string + func (m *APIService) Unmarshal(dAtA []byte) error + type APIServiceCondition struct + LastTransitionTime *k8s_io_apimachinery_pkg_apis_meta_v1.Time + Message *string + Reason *string + Status *string + Type *string + XXX_unrecognized []byte + func (*APIServiceCondition) Descriptor() ([]byte, []int) + func (*APIServiceCondition) ProtoMessage() + func (m *APIServiceCondition) GetLastTransitionTime() *k8s_io_apimachinery_pkg_apis_meta_v1.Time + func (m *APIServiceCondition) GetMessage() string + func (m *APIServiceCondition) GetReason() string + func (m *APIServiceCondition) GetStatus() string + func (m *APIServiceCondition) GetType() string + func (m *APIServiceCondition) Marshal() (dAtA []byte, err error) + func (m *APIServiceCondition) MarshalTo(dAtA []byte) (int, error) + func (m *APIServiceCondition) Reset() + func (m *APIServiceCondition) Size() (n int) + func (m *APIServiceCondition) String() string + func (m *APIServiceCondition) Unmarshal(dAtA []byte) error + type APIServiceList struct + Items []*APIService + Metadata *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*APIServiceList) Descriptor() ([]byte, []int) + func (*APIServiceList) ProtoMessage() + func (m *APIServiceList) GetItems() []*APIService + func (m *APIServiceList) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta + func (m *APIServiceList) Marshal() (dAtA []byte, err error) + func (m *APIServiceList) MarshalTo(dAtA []byte) (int, error) + func (m *APIServiceList) Reset() + func (m *APIServiceList) Size() (n int) + func (m *APIServiceList) String() string + func (m *APIServiceList) Unmarshal(dAtA []byte) error + type APIServiceSpec struct + CaBundle []byte + Group *string + GroupPriorityMinimum *int32 + InsecureSkipTLSVerify *bool + Service *ServiceReference + Version *string + VersionPriority *int32 + XXX_unrecognized []byte + func (*APIServiceSpec) Descriptor() ([]byte, []int) + func (*APIServiceSpec) ProtoMessage() + func (m *APIServiceSpec) GetCaBundle() []byte + func (m *APIServiceSpec) GetGroup() string + func (m *APIServiceSpec) GetGroupPriorityMinimum() int32 + func (m *APIServiceSpec) GetInsecureSkipTLSVerify() bool + func (m *APIServiceSpec) GetService() *ServiceReference + func (m *APIServiceSpec) GetVersion() string + func (m *APIServiceSpec) GetVersionPriority() int32 + func (m *APIServiceSpec) Marshal() (dAtA []byte, err error) + func (m *APIServiceSpec) MarshalTo(dAtA []byte) (int, error) + func (m *APIServiceSpec) Reset() + func (m *APIServiceSpec) Size() (n int) + func (m *APIServiceSpec) String() string + func (m *APIServiceSpec) Unmarshal(dAtA []byte) error + type APIServiceStatus struct + Conditions []*APIServiceCondition + XXX_unrecognized []byte + func (*APIServiceStatus) Descriptor() ([]byte, []int) + func (*APIServiceStatus) ProtoMessage() + func (m *APIServiceStatus) GetConditions() []*APIServiceCondition + func (m *APIServiceStatus) Marshal() (dAtA []byte, err error) + func (m *APIServiceStatus) MarshalTo(dAtA []byte) (int, error) + func (m *APIServiceStatus) Reset() + func (m *APIServiceStatus) Size() (n int) + func (m *APIServiceStatus) String() string + func (m *APIServiceStatus) Unmarshal(dAtA []byte) error + type ServiceReference struct + Name *string + Namespace *string + XXX_unrecognized []byte + func (*ServiceReference) Descriptor() ([]byte, []int) + func (*ServiceReference) ProtoMessage() + func (m *ServiceReference) GetName() string + func (m *ServiceReference) GetNamespace() string + func (m *ServiceReference) Marshal() (dAtA []byte, err error) + func (m *ServiceReference) MarshalTo(dAtA []byte) (int, error) + func (m *ServiceReference) Reset() + func (m *ServiceReference) Size() (n int) + func (m *ServiceReference) String() string + func (m *ServiceReference) Unmarshal(dAtA []byte) error