v1alpha1

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IstioCondition

type IstioCondition struct {
	// Type is the type of the condition.
	Type string `json:"type,omitempty"`
	// Status is the status of the condition.
	// Can be True, False, Unknown.
	Status string `json:"status,omitempty"`
	// Last time we probed the condition.
	// +optional
	LastProbeTime *types.Timestamp `json:"lastProbeTime,omitempty"`
	// Last time the condition transitioned from one status to another.
	// +optional
	LastTransitionTime *types.Timestamp `json:"lastTransitionTime,omitempty"`
	// Unique, one-word, CamelCase reason for the condition's last transition.
	// +optional
	Reason string `json:"reason,omitempty"`
	// Human-readable message indicating details about last transition.
	// +optional
	Message string `json:"message,omitempty"`
}

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) DeepCopyInterface

func (in *IstioCondition) DeepCopyInterface() interface{}

DeepCopyInterface 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) ProtoMessage

func (*IstioCondition) ProtoMessage()

func (*IstioCondition) Reset

func (m *IstioCondition) Reset()

func (*IstioCondition) String

func (m *IstioCondition) String() string

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 `json:"conditions,omitempty"`
	// Resource Generation to which the Reconciled Condition refers.
	// When this value is not equal to the object's metadata generation, reconciled condition  calculation for the current
	// generation is still in progress.  See https://istio.io/latest/docs/reference/config/config-status/ for more info.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
}

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) DeepCopyInterface

func (in *IstioStatus) DeepCopyInterface() interface{}

DeepCopyInterface 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) ProtoMessage

func (*IstioStatus) ProtoMessage()

func (*IstioStatus) Reset

func (m *IstioStatus) Reset()

func (*IstioStatus) String

func (m *IstioStatus) String() string

Jump to

Keyboard shortcuts

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