package
0.0.0-20240627115202-9a566dd62fdd
Repository: https://github.com/ibm/staticroute-operator.git
Documentation: pkg.go.dev
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
StaticRoute is the Schema for the staticroutes API +kubebuilder:subresource:status +kubebuilder:resource:path=staticroutes,scope=Cluster +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`,priority=0 +kubebuilder:printcolumn:name="Network",type=string,JSONPath=`.spec.subnet`,priority=1 +kubebuilder:printcolumn:name="Gateway",type=string,JSONPath=`.spec.gateway`,description="empty field means default gateway",priority=1 +kubebuilder:printcolumn:name="Table",type=integer,JSONPath=`.spec.table`,description="empty field means default table",priority=1.
StaticRouteList contains a list of StaticRoute.
StaticRouteNodeStatus defines the observed state of one IKS node, related to the StaticRoute.
StaticRouteSpec defines the desired state of StaticRoute.
StaticRouteStatus defines the observed state of StaticRoute.