...
1 package v1alpha1
2
3
4
5
6
7
8
9
10
11
12
13
14 var map_ServiceCertSignerOperatorConfig = map[string]string{
15 "": "ServiceCertSignerOperatorConfig provides information to configure an operator to manage the service cert signing controllers\n\nCompatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
16 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
17 }
18
19 func (ServiceCertSignerOperatorConfig) SwaggerDoc() map[string]string {
20 return map_ServiceCertSignerOperatorConfig
21 }
22
23 var map_ServiceCertSignerOperatorConfigList = map[string]string{
24 "": "ServiceCertSignerOperatorConfigList is a collection of items\n\nCompatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
25 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
26 "items": "Items contains the items",
27 }
28
29 func (ServiceCertSignerOperatorConfigList) SwaggerDoc() map[string]string {
30 return map_ServiceCertSignerOperatorConfigList
31 }
32
33
34
View as plain text