crd

package
v1.59.12 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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 IstioOperatorComponentStatusDetails

type IstioOperatorComponentStatusDetails struct {
	Error  string `json:"error"`
	Status string `json:"status"`
}

type IstioOperatorSpec

type IstioOperatorSpec struct {
	Revision string `json:"revision"`
}

type IstioOperatorStatus

type IstioOperatorStatus struct {
	Status          string                       `json:"status"`
	ComponentStatus IstioOperatorComponentStatus `json:"componentStatus"`
}

Jump to

Keyboard shortcuts

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