Documentation ¶
Index ¶
Constants ¶
View Source
const ( KindStatefulSet = "StatefulSet" KindDeployment = "Deployment" )
View Source
const (
KindService = "Service"
)
View Source
const LabelKey = "serviceexpose.oam.crossplane.io"
Variables ¶
This section is empty.
Functions ¶
func DetermineWorkloadType ¶
func DetermineWorkloadType(ctx context.Context, log logr.Logger, r client.Reader, workload *unstructured.Unstructured) ([]*unstructured.Unstructured, error)
Determine whether the workload is K8S native resources or oam WorkloadDefinition
Types ¶
type ServiceExposeReconciler ¶
ServiceExposeReconciler reconciles a ServiceExpose object
func (*ServiceExposeReconciler) SetupWithManager ¶
func (r *ServiceExposeReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.