Documentation
¶
Overview ¶
+groupName=config.templateservicebroker.openshift.io
Index ¶
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 Scheme = runtime.NewScheme()
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
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
func (*TemplateServiceBrokerConfig) DeepCopy ¶
func (in *TemplateServiceBrokerConfig) DeepCopy() *TemplateServiceBrokerConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateServiceBrokerConfig.
func (*TemplateServiceBrokerConfig) DeepCopyInto ¶
func (in *TemplateServiceBrokerConfig) DeepCopyInto(out *TemplateServiceBrokerConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TemplateServiceBrokerConfig) DeepCopyObject ¶
func (in *TemplateServiceBrokerConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.