Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { RestConfig *rest.Config Kube kubernetes.Interface Prometheus promv1.PrometheusConfigClient // config for supergloo Input *inputClients // discovery resources from kubernetes Discovery *discoveryClients }
type IstioClients ¶
type IstioClients struct { RbacConfig rbacv1alpha1.RbacConfigClient ServiceRole rbacv1alpha1.ServiceRoleClient ServiceRoleBinding rbacv1alpha1.ServiceRoleBindingClient MeshPolicy policyv1alpha1.MeshPolicyClient DestinationRule v1alpha3.DestinationRuleClient VirtualService v1alpha3.VirtualServiceClient }
func IstioFromContext ¶
func IstioFromContext(ctx context.Context) (*IstioClients, error)
Click to show internal directories.
Click to hide internal directories.