Documentation ¶
Index ¶
- type FSBuilder
- func (b *FSBuilder) AddConfigMap(file string) *FSBuilder
- func (b *FSBuilder) AddSecret(file string) *FSBuilder
- func (b *FSBuilder) Build() *Objects
- func (b *FSBuilder) WithAPI(file string) *FSBuilder
- func (b *FSBuilder) WithAPIv4(file string) *FSBuilder
- func (b *FSBuilder) WithApplication(file string) *FSBuilder
- func (b *FSBuilder) WithContext(file string) *FSBuilder
- func (b *FSBuilder) WithIngress(file string) *FSBuilder
- func (b *FSBuilder) WithResource(file string) *FSBuilder
- func (b *FSBuilder) WithSubscription(file string) *FSBuilder
- type Files
- type Objects
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSBuilder ¶
type FSBuilder struct {
// contains filtered or unexported fields
}
func (*FSBuilder) AddConfigMap ¶
func (*FSBuilder) WithApplication ¶
func (*FSBuilder) WithContext ¶
func (*FSBuilder) WithIngress ¶
func (*FSBuilder) WithResource ¶
func (*FSBuilder) WithSubscription ¶
type Objects ¶
type Objects struct { Secrets []*coreV1.Secret ConfigMaps []*coreV1.ConfigMap Ingress *netV1.Ingress Context *v1alpha1.ManagementContext Resource *v1alpha1.ApiResource API *v1alpha1.ApiDefinition APIv4 *v1alpha1.ApiV4Definition Application *v1alpha1.Application Subscription *v1alpha1.Subscription // contains filtered or unexported fields }
func (*Objects) GetGeneratedSuffix ¶
func (*Objects) GetIngressPEMRegistryKey ¶
Click to show internal directories.
Click to hide internal directories.