Documentation
¶
Index ¶
- func BusClusterRoleBindingName(busName string) string
- func BusDispatcherDeploymentName(busName string) string
- func BusDispatcherServiceName(busName string) string
- func BusProvisionerDeploymentName(busName string) string
- func BusServiceAccountName(busName string) string
- func ChannelHostName(channelName, namespace string) string
- func ChannelServiceName(channelName string) string
- func ChannelVirtualServiceName(channelName string) string
- func ClusterBusDispatcherDeploymentName(clusterBusName string) string
- func ClusterBusDispatcherServiceName(clusterBusName string) string
- func ClusterBusProvisionerDeploymentName(clusterBusName string) string
- func NewControllerRef(obj metav1.Object) *metav1.OwnerReference
- func ServiceHostName(serviceName, namespace string) string
- type Constructor
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BusServiceAccountName ¶
func ChannelHostName ¶
func ChannelServiceName ¶
func NewControllerRef ¶
func NewControllerRef(obj metav1.Object) *metav1.OwnerReference
NewControllerRef creates an OwnerReference pointing to the given Resource.
func ServiceHostName ¶
Types ¶
type Constructor ¶
type Constructor func( kubernetes.Interface, clientset.Interface, sharedclientset.Interface, *rest.Config, kubeinformers.SharedInformerFactory, informers.SharedInformerFactory, sharedinformers.SharedInformerFactory, ) Interface
Click to show internal directories.
Click to hide internal directories.