v1alpha1

package
v0.0.0-...-3d58313 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthStatus = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowStatus   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type IstioCondition

type IstioCondition struct {
	// Type is the type of the condition.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Status is the status of the condition.
	// Can be True, False, Unknown.
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// Last time we probed the condition.
	// +optional
	LastProbeTime *v1.Time `protobuf:"bytes,3,opt,name=last_probe_time,json=lastProbeTime,proto3" json:"last_probe_time,omitempty"`
	// Last time the condition transitioned from one status to another.
	// +optional
	LastTransitionTime *v1.Time `protobuf:"bytes,4,opt,name=last_transition_time,json=lastTransitionTime,proto3" json:"last_transition_time,omitempty"`
	// Unique, one-word, CamelCase reason for the condition's last transition.
	// +optional
	Reason string `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	// Human-readable message indicating details about last transition.
	// +optional
	Message              string   `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IstioCondition) DeepCopy

func (in *IstioCondition) DeepCopy() *IstioCondition

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IstioCondition. Required by controller-gen.

func (*IstioCondition) DeepCopyInto

func (in *IstioCondition) DeepCopyInto(out *IstioCondition)

DeepCopyInto supports using IstioCondition within kubernetes types, where deepcopy-gen is used.

func (*IstioCondition) Descriptor

func (*IstioCondition) Descriptor() ([]byte, []int)

func (*IstioCondition) GetLastProbeTime

func (m *IstioCondition) GetLastProbeTime() *v1.Time

func (*IstioCondition) GetLastTransitionTime

func (m *IstioCondition) GetLastTransitionTime() *v1.Time

func (*IstioCondition) GetMessage

func (m *IstioCondition) GetMessage() string

func (*IstioCondition) GetReason

func (m *IstioCondition) GetReason() string

func (*IstioCondition) GetStatus

func (m *IstioCondition) GetStatus() string

func (*IstioCondition) GetType

func (m *IstioCondition) GetType() string

func (*IstioCondition) Marshal

func (m *IstioCondition) Marshal() (dAtA []byte, err error)

func (*IstioCondition) MarshalJSON

func (this *IstioCondition) MarshalJSON() ([]byte, error)

MarshalJSON is a custom marshaler for IstioCondition

func (*IstioCondition) MarshalTo

func (m *IstioCondition) MarshalTo(dAtA []byte) (int, error)

func (*IstioCondition) MarshalToSizedBuffer

func (m *IstioCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IstioCondition) ProtoMessage

func (*IstioCondition) ProtoMessage()

func (*IstioCondition) Reset

func (m *IstioCondition) Reset()

func (*IstioCondition) Size

func (m *IstioCondition) Size() (n int)

func (*IstioCondition) String

func (m *IstioCondition) String() string

func (*IstioCondition) Unmarshal

func (m *IstioCondition) Unmarshal(dAtA []byte) error

func (*IstioCondition) UnmarshalJSON

func (this *IstioCondition) UnmarshalJSON(b []byte) error

UnmarshalJSON is a custom unmarshaler for IstioCondition

func (*IstioCondition) XXX_DiscardUnknown

func (m *IstioCondition) XXX_DiscardUnknown()

func (*IstioCondition) XXX_Marshal

func (m *IstioCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IstioCondition) XXX_Merge

func (m *IstioCondition) XXX_Merge(src proto.Message)

func (*IstioCondition) XXX_Size

func (m *IstioCondition) XXX_Size() int

func (*IstioCondition) XXX_Unmarshal

func (m *IstioCondition) XXX_Unmarshal(b []byte) error

type IstioStatus

type IstioStatus struct {
	// Current service state of pod.
	// More info: https://istio.io/docs/reference/config/config-status/
	// +optional
	// +patchMergeKey=type
	// +patchStrategy=merge
	Conditions []*IstioCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// Includes any errors or warnings detected by Istio's analyzers.
	// +optional
	// +patchMergeKey=type
	// +patchStrategy=merge
	ValidationMessages   []*v1alpha1.AnalysisMessageBase `protobuf:"bytes,2,rep,name=validation_messages,json=validationMessages,proto3" json:"validation_messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*IstioStatus) DeepCopy

func (in *IstioStatus) DeepCopy() *IstioStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IstioStatus. Required by controller-gen.

func (*IstioStatus) DeepCopyInto

func (in *IstioStatus) DeepCopyInto(out *IstioStatus)

DeepCopyInto supports using IstioStatus within kubernetes types, where deepcopy-gen is used.

func (*IstioStatus) Descriptor

func (*IstioStatus) Descriptor() ([]byte, []int)

func (*IstioStatus) GetConditions

func (m *IstioStatus) GetConditions() []*IstioCondition

func (*IstioStatus) GetValidationMessages

func (m *IstioStatus) GetValidationMessages() []*v1alpha1.AnalysisMessageBase

func (*IstioStatus) Marshal

func (m *IstioStatus) Marshal() (dAtA []byte, err error)

func (*IstioStatus) MarshalJSON

func (this *IstioStatus) MarshalJSON() ([]byte, error)

MarshalJSON is a custom marshaler for IstioStatus

func (*IstioStatus) MarshalTo

func (m *IstioStatus) MarshalTo(dAtA []byte) (int, error)

func (*IstioStatus) MarshalToSizedBuffer

func (m *IstioStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IstioStatus) ProtoMessage

func (*IstioStatus) ProtoMessage()

func (*IstioStatus) Reset

func (m *IstioStatus) Reset()

func (*IstioStatus) Size

func (m *IstioStatus) Size() (n int)

func (*IstioStatus) String

func (m *IstioStatus) String() string

func (*IstioStatus) Unmarshal

func (m *IstioStatus) Unmarshal(dAtA []byte) error

func (*IstioStatus) UnmarshalJSON

func (this *IstioStatus) UnmarshalJSON(b []byte) error

UnmarshalJSON is a custom unmarshaler for IstioStatus

func (*IstioStatus) XXX_DiscardUnknown

func (m *IstioStatus) XXX_DiscardUnknown()

func (*IstioStatus) XXX_Marshal

func (m *IstioStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IstioStatus) XXX_Merge

func (m *IstioStatus) XXX_Merge(src proto.Message)

func (*IstioStatus) XXX_Size

func (m *IstioStatus) XXX_Size() int

func (*IstioStatus) XXX_Unmarshal

func (m *IstioStatus) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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