Documentation
¶
Overview ¶
+groupName=config.templateservicebroker.openshift.io
Index ¶
- Constants
- Variables
- func DeepCopy_config_TemplateServiceBrokerConfig(in interface{}, out interface{}, c *conversion.Cloner) error
- func Kind(kind string) schema.GroupKind
- func RegisterDeepCopies(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type TemplateServiceBrokerConfig
Constants ¶
View Source
const GroupName = "config.templateservicebroker.openshift.io"
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var Codecs = serializer.NewCodecFactory(Scheme)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func DeepCopy_config_TemplateServiceBrokerConfig ¶
func DeepCopy_config_TemplateServiceBrokerConfig(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_config_TemplateServiceBrokerConfig is an autogenerated deepcopy function.
func Kind ¶
Kind takes an unqualified kind and returns back a Group qualified GroupKind
func RegisterDeepCopies ¶
RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type TemplateServiceBrokerConfig ¶
type TemplateServiceBrokerConfig struct {
metav1.TypeMeta
// TemplateNamespaces indicates the namespace(s) in which the template service
// broker looks for templates to serve to the catalog.
TemplateNamespaces []string
}
TemplateServiceBrokerConfig holds information related to the template service broker
Source Files
¶
- doc.go
- register.go
- types.go
- zz_generated.deepcopy.go
Click to show internal directories.
Click to hide internal directories.