Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Propagation ¶
type Propagation struct { // Propagation Name Name string PropagatedName string // State if the propagation is deleted on the child cluster IsDeleted bool // Origin Ingress Origin networkingv1.Ingress // The ingress object associated with the propagation. Ingress networkingv1.Ingress // The list of services associated with the propagation. Services []v1.Service // The list of endpoints associated with the propagation. Endpoints []v1.Endpoints }
Exposure is the minimal information for exposing a service.
Click to show internal directories.
Click to hide internal directories.