Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IstioOperator ¶
type IstioOperator struct {
metav1.TypeMeta `json:",inline"`
// Standard object's metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
// +optional
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec defines the behavior of a node group.
Spec IstioOperatorSpec `json:"spec"`
Status IstioOperatorStatus `json:"status"`
}
type IstioOperatorComponentStatus ¶
type IstioOperatorComponentStatus struct {
Pilot IstioOperatorComponentStatusDetails `json:"Pilot"`
}
type IstioOperatorSpec ¶
type IstioOperatorSpec struct {
Revision string `json:"revision"`
}
type IstioOperatorStatus ¶
type IstioOperatorStatus struct {
Status string `json:"status"`
ComponentStatus IstioOperatorComponentStatus `json:"componentStatus"`
}
Click to show internal directories.
Click to hide internal directories.