Documentation
¶
Index ¶
- Constants
- func MarshalBooleanList(list []bool, writer io.Writer) error
- func MarshalClusterManagementReference(object *ClusterManagementReference, writer io.Writer) error
- func MarshalClusterManagementReferenceList(list []*ClusterManagementReference, writer io.Writer) error
- func MarshalDNS(object *DNS, writer io.Writer) error
- func MarshalDNSList(list []*DNS, writer io.Writer) error
- func MarshalDateList(list []time.Time, writer io.Writer) error
- func MarshalFloatList(list []float64, writer io.Writer) error
- func MarshalIntegerList(list []int, writer io.Writer) error
- func MarshalInterfaceList(list []interface{}, writer io.Writer) error
- func MarshalLabel(object *Label, writer io.Writer) error
- func MarshalLabelList(list []*Label, writer io.Writer) error
- func MarshalLabelReference(object *LabelReference, writer io.Writer) error
- func MarshalLabelReferenceList(list []*LabelReference, writer io.Writer) error
- func MarshalLabelRequestPayload(object *LabelRequestPayload, writer io.Writer) error
- func MarshalLabelRequestPayloadList(list []*LabelRequestPayload, writer io.Writer) error
- func MarshalLongList(list []int64, writer io.Writer) error
- func MarshalManagementCluster(object *ManagementCluster, writer io.Writer) error
- func MarshalManagementClusterList(list []*ManagementCluster, writer io.Writer) error
- func MarshalManagementClusterParent(object *ManagementClusterParent, writer io.Writer) error
- func MarshalManagementClusterParentList(list []*ManagementClusterParent, writer io.Writer) error
- func MarshalManagementClusterRequestPayload(object *ManagementClusterRequestPayload, writer io.Writer) error
- func MarshalManagementClusterRequestPayloadList(list []*ManagementClusterRequestPayload, writer io.Writer) error
- func MarshalMetadata(object *Metadata, writer io.Writer) error
- func MarshalProvisionShardReference(object *ProvisionShardReference, writer io.Writer) error
- func MarshalProvisionShardReferenceList(list []*ProvisionShardReference, writer io.Writer) error
- func MarshalServiceCluster(object *ServiceCluster, writer io.Writer) error
- func MarshalServiceClusterList(list []*ServiceCluster, writer io.Writer) error
- func MarshalServiceClusterRequestPayload(object *ServiceClusterRequestPayload, writer io.Writer) error
- func MarshalServiceClusterRequestPayloadList(list []*ServiceClusterRequestPayload, writer io.Writer) error
- func MarshalStringList(list []string, writer io.Writer) error
- func ReadBooleanList(iterator *jsoniter.Iterator) []bool
- func ReadDateList(iterator *jsoniter.Iterator) []time.Time
- func ReadFloatList(iterator *jsoniter.Iterator) []float64
- func ReadIntegerList(iterator *jsoniter.Iterator) []int
- func ReadInterfaceList(iterator *jsoniter.Iterator) []interface{}
- func ReadLongList(iterator *jsoniter.Iterator) []int64
- func ReadStringList(iterator *jsoniter.Iterator) []string
- func UnmarshalBooleanList(source interface{}) (items []bool, err error)
- func UnmarshalDateList(source interface{}) (items []time.Time, err error)
- func UnmarshalFloatList(source interface{}) (items []float64, err error)
- func UnmarshalIntegerList(source interface{}) (items []int, err error)
- func UnmarshalInterfaceList(source interface{}) (items []interface{}, err error)
- func UnmarshalLongList(source interface{}) (items []int64, err error)
- func UnmarshalStringList(source interface{}) (items []string, err error)
- func WriteBooleanList(list []bool, stream *jsoniter.Stream)
- func WriteClusterManagementReference(object *ClusterManagementReference, stream *jsoniter.Stream)
- func WriteClusterManagementReferenceList(list []*ClusterManagementReference, stream *jsoniter.Stream)
- func WriteDNS(object *DNS, stream *jsoniter.Stream)
- func WriteDNSList(list []*DNS, stream *jsoniter.Stream)
- func WriteDateList(list []time.Time, stream *jsoniter.Stream)
- func WriteFloatList(list []float64, stream *jsoniter.Stream)
- func WriteIntegerList(list []int, stream *jsoniter.Stream)
- func WriteInterfaceList(list []interface{}, stream *jsoniter.Stream)
- func WriteLabel(object *Label, stream *jsoniter.Stream)
- func WriteLabelList(list []*Label, stream *jsoniter.Stream)
- func WriteLabelReference(object *LabelReference, stream *jsoniter.Stream)
- func WriteLabelReferenceList(list []*LabelReference, stream *jsoniter.Stream)
- func WriteLabelRequestPayload(object *LabelRequestPayload, stream *jsoniter.Stream)
- func WriteLabelRequestPayloadList(list []*LabelRequestPayload, stream *jsoniter.Stream)
- func WriteLongList(list []int64, stream *jsoniter.Stream)
- func WriteManagementCluster(object *ManagementCluster, stream *jsoniter.Stream)
- func WriteManagementClusterList(list []*ManagementCluster, stream *jsoniter.Stream)
- func WriteManagementClusterParent(object *ManagementClusterParent, stream *jsoniter.Stream)
- func WriteManagementClusterParentList(list []*ManagementClusterParent, stream *jsoniter.Stream)
- func WriteManagementClusterRequestPayload(object *ManagementClusterRequestPayload, stream *jsoniter.Stream)
- func WriteManagementClusterRequestPayloadList(list []*ManagementClusterRequestPayload, stream *jsoniter.Stream)
- func WriteProvisionShardReference(object *ProvisionShardReference, stream *jsoniter.Stream)
- func WriteProvisionShardReferenceList(list []*ProvisionShardReference, stream *jsoniter.Stream)
- func WriteServiceCluster(object *ServiceCluster, stream *jsoniter.Stream)
- func WriteServiceClusterList(list []*ServiceCluster, stream *jsoniter.Stream)
- func WriteServiceClusterRequestPayload(object *ServiceClusterRequestPayload, stream *jsoniter.Stream)
- func WriteServiceClusterRequestPayloadList(list []*ServiceClusterRequestPayload, stream *jsoniter.Stream)
- func WriteStringList(list []string, stream *jsoniter.Stream)
- type ClusterManagementReference
- func ReadClusterManagementReference(iterator *jsoniter.Iterator) *ClusterManagementReference
- func ReadClusterManagementReferenceList(iterator *jsoniter.Iterator) []*ClusterManagementReference
- func UnmarshalClusterManagementReference(source interface{}) (object *ClusterManagementReference, err error)
- func UnmarshalClusterManagementReferenceList(source interface{}) (items []*ClusterManagementReference, err error)
- func (o *ClusterManagementReference) ClusterId() string
- func (o *ClusterManagementReference) Empty() bool
- func (o *ClusterManagementReference) GetClusterId() (value string, ok bool)
- func (o *ClusterManagementReference) GetHref() (value string, ok bool)
- func (o *ClusterManagementReference) Href() string
- type ClusterManagementReferenceBuilder
- func (b *ClusterManagementReferenceBuilder) Build() (object *ClusterManagementReference, err error)
- func (b *ClusterManagementReferenceBuilder) ClusterId(value string) *ClusterManagementReferenceBuilder
- func (b *ClusterManagementReferenceBuilder) Copy(object *ClusterManagementReference) *ClusterManagementReferenceBuilder
- func (b *ClusterManagementReferenceBuilder) Empty() bool
- func (b *ClusterManagementReferenceBuilder) Href(value string) *ClusterManagementReferenceBuilder
- type ClusterManagementReferenceList
- func (l *ClusterManagementReferenceList) Each(f func(item *ClusterManagementReference) bool)
- func (l *ClusterManagementReferenceList) Empty() bool
- func (l *ClusterManagementReferenceList) Get(i int) *ClusterManagementReference
- func (l *ClusterManagementReferenceList) Items() []*ClusterManagementReference
- func (l *ClusterManagementReferenceList) Len() int
- func (l *ClusterManagementReferenceList) Range(f func(index int, item *ClusterManagementReference) bool)
- func (l *ClusterManagementReferenceList) SetHREF(href string)
- func (l *ClusterManagementReferenceList) SetItems(items []*ClusterManagementReference)
- func (l *ClusterManagementReferenceList) SetLink(link bool)
- func (l *ClusterManagementReferenceList) Slice() []*ClusterManagementReference
- type ClusterManagementReferenceListBuilder
- func (b *ClusterManagementReferenceListBuilder) Build() (list *ClusterManagementReferenceList, err error)
- func (b *ClusterManagementReferenceListBuilder) Copy(list *ClusterManagementReferenceList) *ClusterManagementReferenceListBuilder
- func (b *ClusterManagementReferenceListBuilder) Empty() bool
- func (b *ClusterManagementReferenceListBuilder) Items(values ...*ClusterManagementReferenceBuilder) *ClusterManagementReferenceListBuilder
- type DNS
- type DNSBuilder
- type DNSList
- func (l *DNSList) Each(f func(item *DNS) bool)
- func (l *DNSList) Empty() bool
- func (l *DNSList) Get(i int) *DNS
- func (l *DNSList) Items() []*DNS
- func (l *DNSList) Len() int
- func (l *DNSList) Range(f func(index int, item *DNS) bool)
- func (l *DNSList) SetHREF(href string)
- func (l *DNSList) SetItems(items []*DNS)
- func (l *DNSList) SetLink(link bool)
- func (l *DNSList) Slice() []*DNS
- type DNSListBuilder
- type Label
- func (o *Label) Empty() bool
- func (o *Label) GetHREF() (value string, ok bool)
- func (o *Label) GetID() (value string, ok bool)
- func (o *Label) GetKey() (value string, ok bool)
- func (o *Label) GetValue() (value string, ok bool)
- func (o *Label) HREF() string
- func (o *Label) ID() string
- func (o *Label) Key() string
- func (o *Label) Kind() string
- func (o *Label) Link() bool
- func (o *Label) Value() string
- type LabelBuilder
- func (b *LabelBuilder) Build() (object *Label, err error)
- func (b *LabelBuilder) Copy(object *Label) *LabelBuilder
- func (b *LabelBuilder) Empty() bool
- func (b *LabelBuilder) HREF(value string) *LabelBuilder
- func (b *LabelBuilder) ID(value string) *LabelBuilder
- func (b *LabelBuilder) Key(value string) *LabelBuilder
- func (b *LabelBuilder) Link(value bool) *LabelBuilder
- func (b *LabelBuilder) Value(value string) *LabelBuilder
- type LabelList
- func (l *LabelList) Each(f func(item *Label) bool)
- func (l *LabelList) Empty() bool
- func (l *LabelList) Get(i int) *Label
- func (l *LabelList) GetHREF() (value string, ok bool)
- func (l *LabelList) HREF() string
- func (l *LabelList) Items() []*Label
- func (l *LabelList) Kind() string
- func (l *LabelList) Len() int
- func (l *LabelList) Link() bool
- func (l *LabelList) Range(f func(index int, item *Label) bool)
- func (l *LabelList) SetHREF(href string)
- func (l *LabelList) SetItems(items []*Label)
- func (l *LabelList) SetLink(link bool)
- func (l *LabelList) Slice() []*Label
- type LabelListBuilder
- type LabelReference
- func ReadLabelReference(iterator *jsoniter.Iterator) *LabelReference
- func ReadLabelReferenceList(iterator *jsoniter.Iterator) []*LabelReference
- func UnmarshalLabelReference(source interface{}) (object *LabelReference, err error)
- func UnmarshalLabelReferenceList(source interface{}) (items []*LabelReference, err error)
- type LabelReferenceBuilder
- func (b *LabelReferenceBuilder) Build() (object *LabelReference, err error)
- func (b *LabelReferenceBuilder) Copy(object *LabelReference) *LabelReferenceBuilder
- func (b *LabelReferenceBuilder) Empty() bool
- func (b *LabelReferenceBuilder) Href(value string) *LabelReferenceBuilder
- func (b *LabelReferenceBuilder) Id(value string) *LabelReferenceBuilder
- type LabelReferenceList
- func (l *LabelReferenceList) Each(f func(item *LabelReference) bool)
- func (l *LabelReferenceList) Empty() bool
- func (l *LabelReferenceList) Get(i int) *LabelReference
- func (l *LabelReferenceList) Items() []*LabelReference
- func (l *LabelReferenceList) Len() int
- func (l *LabelReferenceList) Range(f func(index int, item *LabelReference) bool)
- func (l *LabelReferenceList) SetHREF(href string)
- func (l *LabelReferenceList) SetItems(items []*LabelReference)
- func (l *LabelReferenceList) SetLink(link bool)
- func (l *LabelReferenceList) Slice() []*LabelReference
- type LabelReferenceListBuilder
- func (b *LabelReferenceListBuilder) Build() (list *LabelReferenceList, err error)
- func (b *LabelReferenceListBuilder) Copy(list *LabelReferenceList) *LabelReferenceListBuilder
- func (b *LabelReferenceListBuilder) Empty() bool
- func (b *LabelReferenceListBuilder) Items(values ...*LabelReferenceBuilder) *LabelReferenceListBuilder
- type LabelRequestPayload
- func ReadLabelRequestPayload(iterator *jsoniter.Iterator) *LabelRequestPayload
- func ReadLabelRequestPayloadList(iterator *jsoniter.Iterator) []*LabelRequestPayload
- func UnmarshalLabelRequestPayload(source interface{}) (object *LabelRequestPayload, err error)
- func UnmarshalLabelRequestPayloadList(source interface{}) (items []*LabelRequestPayload, err error)
- type LabelRequestPayloadBuilder
- func (b *LabelRequestPayloadBuilder) Build() (object *LabelRequestPayload, err error)
- func (b *LabelRequestPayloadBuilder) Copy(object *LabelRequestPayload) *LabelRequestPayloadBuilder
- func (b *LabelRequestPayloadBuilder) Empty() bool
- func (b *LabelRequestPayloadBuilder) Key(value string) *LabelRequestPayloadBuilder
- func (b *LabelRequestPayloadBuilder) Value(value string) *LabelRequestPayloadBuilder
- type LabelRequestPayloadList
- func (l *LabelRequestPayloadList) Each(f func(item *LabelRequestPayload) bool)
- func (l *LabelRequestPayloadList) Empty() bool
- func (l *LabelRequestPayloadList) Get(i int) *LabelRequestPayload
- func (l *LabelRequestPayloadList) Items() []*LabelRequestPayload
- func (l *LabelRequestPayloadList) Len() int
- func (l *LabelRequestPayloadList) Range(f func(index int, item *LabelRequestPayload) bool)
- func (l *LabelRequestPayloadList) SetHREF(href string)
- func (l *LabelRequestPayloadList) SetItems(items []*LabelRequestPayload)
- func (l *LabelRequestPayloadList) SetLink(link bool)
- func (l *LabelRequestPayloadList) Slice() []*LabelRequestPayload
- type LabelRequestPayloadListBuilder
- func (b *LabelRequestPayloadListBuilder) Build() (list *LabelRequestPayloadList, err error)
- func (b *LabelRequestPayloadListBuilder) Copy(list *LabelRequestPayloadList) *LabelRequestPayloadListBuilder
- func (b *LabelRequestPayloadListBuilder) Empty() bool
- func (b *LabelRequestPayloadListBuilder) Items(values ...*LabelRequestPayloadBuilder) *LabelRequestPayloadListBuilder
- type ManagementCluster
- func ReadManagementCluster(iterator *jsoniter.Iterator) *ManagementCluster
- func ReadManagementClusterList(iterator *jsoniter.Iterator) []*ManagementCluster
- func UnmarshalManagementCluster(source interface{}) (object *ManagementCluster, err error)
- func UnmarshalManagementClusterList(source interface{}) (items []*ManagementCluster, err error)
- func (o *ManagementCluster) CloudProvider() string
- func (o *ManagementCluster) ClusterManagementReference() *ClusterManagementReference
- func (o *ManagementCluster) CreationTimestamp() time.Time
- func (o *ManagementCluster) DNS() *DNS
- func (o *ManagementCluster) Empty() bool
- func (o *ManagementCluster) GetCloudProvider() (value string, ok bool)
- func (o *ManagementCluster) GetClusterManagementReference() (value *ClusterManagementReference, ok bool)
- func (o *ManagementCluster) GetCreationTimestamp() (value time.Time, ok bool)
- func (o *ManagementCluster) GetDNS() (value *DNS, ok bool)
- func (o *ManagementCluster) GetHREF() (value string, ok bool)
- func (o *ManagementCluster) GetID() (value string, ok bool)
- func (o *ManagementCluster) GetLabels() (value []*Label, ok bool)
- func (o *ManagementCluster) GetName() (value string, ok bool)
- func (o *ManagementCluster) GetParent() (value *ManagementClusterParent, ok bool)
- func (o *ManagementCluster) GetRegion() (value string, ok bool)
- func (o *ManagementCluster) GetSector() (value string, ok bool)
- func (o *ManagementCluster) GetStatus() (value string, ok bool)
- func (o *ManagementCluster) GetUpdateTimestamp() (value time.Time, ok bool)
- func (o *ManagementCluster) HREF() string
- func (o *ManagementCluster) ID() string
- func (o *ManagementCluster) Kind() string
- func (o *ManagementCluster) Labels() []*Label
- func (o *ManagementCluster) Link() bool
- func (o *ManagementCluster) Name() string
- func (o *ManagementCluster) Parent() *ManagementClusterParent
- func (o *ManagementCluster) Region() string
- func (o *ManagementCluster) Sector() string
- func (o *ManagementCluster) Status() string
- func (o *ManagementCluster) UpdateTimestamp() time.Time
- type ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Build() (object *ManagementCluster, err error)
- func (b *ManagementClusterBuilder) CloudProvider(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) ClusterManagementReference(value *ClusterManagementReferenceBuilder) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Copy(object *ManagementCluster) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) CreationTimestamp(value time.Time) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) DNS(value *DNSBuilder) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Empty() bool
- func (b *ManagementClusterBuilder) HREF(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) ID(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Labels(values ...*LabelBuilder) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Link(value bool) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Name(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Parent(value *ManagementClusterParentBuilder) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Region(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Sector(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) Status(value string) *ManagementClusterBuilder
- func (b *ManagementClusterBuilder) UpdateTimestamp(value time.Time) *ManagementClusterBuilder
- type ManagementClusterList
- func (l *ManagementClusterList) Each(f func(item *ManagementCluster) bool)
- func (l *ManagementClusterList) Empty() bool
- func (l *ManagementClusterList) Get(i int) *ManagementCluster
- func (l *ManagementClusterList) GetHREF() (value string, ok bool)
- func (l *ManagementClusterList) HREF() string
- func (l *ManagementClusterList) Items() []*ManagementCluster
- func (l *ManagementClusterList) Kind() string
- func (l *ManagementClusterList) Len() int
- func (l *ManagementClusterList) Link() bool
- func (l *ManagementClusterList) Range(f func(index int, item *ManagementCluster) bool)
- func (l *ManagementClusterList) SetHREF(href string)
- func (l *ManagementClusterList) SetItems(items []*ManagementCluster)
- func (l *ManagementClusterList) SetLink(link bool)
- func (l *ManagementClusterList) Slice() []*ManagementCluster
- type ManagementClusterListBuilder
- func (b *ManagementClusterListBuilder) Build() (list *ManagementClusterList, err error)
- func (b *ManagementClusterListBuilder) Copy(list *ManagementClusterList) *ManagementClusterListBuilder
- func (b *ManagementClusterListBuilder) Empty() bool
- func (b *ManagementClusterListBuilder) Items(values ...*ManagementClusterBuilder) *ManagementClusterListBuilder
- type ManagementClusterParent
- func ReadManagementClusterParent(iterator *jsoniter.Iterator) *ManagementClusterParent
- func ReadManagementClusterParentList(iterator *jsoniter.Iterator) []*ManagementClusterParent
- func UnmarshalManagementClusterParent(source interface{}) (object *ManagementClusterParent, err error)
- func UnmarshalManagementClusterParentList(source interface{}) (items []*ManagementClusterParent, err error)
- func (o *ManagementClusterParent) ClusterId() string
- func (o *ManagementClusterParent) Empty() bool
- func (o *ManagementClusterParent) GetClusterId() (value string, ok bool)
- func (o *ManagementClusterParent) GetHref() (value string, ok bool)
- func (o *ManagementClusterParent) GetKind() (value string, ok bool)
- func (o *ManagementClusterParent) GetName() (value string, ok bool)
- func (o *ManagementClusterParent) Href() string
- func (o *ManagementClusterParent) Kind() string
- func (o *ManagementClusterParent) Name() string
- type ManagementClusterParentBuilder
- func (b *ManagementClusterParentBuilder) Build() (object *ManagementClusterParent, err error)
- func (b *ManagementClusterParentBuilder) ClusterId(value string) *ManagementClusterParentBuilder
- func (b *ManagementClusterParentBuilder) Copy(object *ManagementClusterParent) *ManagementClusterParentBuilder
- func (b *ManagementClusterParentBuilder) Empty() bool
- func (b *ManagementClusterParentBuilder) Href(value string) *ManagementClusterParentBuilder
- func (b *ManagementClusterParentBuilder) Kind(value string) *ManagementClusterParentBuilder
- func (b *ManagementClusterParentBuilder) Name(value string) *ManagementClusterParentBuilder
- type ManagementClusterParentList
- func (l *ManagementClusterParentList) Each(f func(item *ManagementClusterParent) bool)
- func (l *ManagementClusterParentList) Empty() bool
- func (l *ManagementClusterParentList) Get(i int) *ManagementClusterParent
- func (l *ManagementClusterParentList) Items() []*ManagementClusterParent
- func (l *ManagementClusterParentList) Len() int
- func (l *ManagementClusterParentList) Range(f func(index int, item *ManagementClusterParent) bool)
- func (l *ManagementClusterParentList) SetHREF(href string)
- func (l *ManagementClusterParentList) SetItems(items []*ManagementClusterParent)
- func (l *ManagementClusterParentList) SetLink(link bool)
- func (l *ManagementClusterParentList) Slice() []*ManagementClusterParent
- type ManagementClusterParentListBuilder
- func (b *ManagementClusterParentListBuilder) Build() (list *ManagementClusterParentList, err error)
- func (b *ManagementClusterParentListBuilder) Copy(list *ManagementClusterParentList) *ManagementClusterParentListBuilder
- func (b *ManagementClusterParentListBuilder) Empty() bool
- func (b *ManagementClusterParentListBuilder) Items(values ...*ManagementClusterParentBuilder) *ManagementClusterParentListBuilder
- type ManagementClusterRequestPayload
- func ReadManagementClusterRequestPayload(iterator *jsoniter.Iterator) *ManagementClusterRequestPayload
- func ReadManagementClusterRequestPayloadList(iterator *jsoniter.Iterator) []*ManagementClusterRequestPayload
- func UnmarshalManagementClusterRequestPayload(source interface{}) (object *ManagementClusterRequestPayload, err error)
- func UnmarshalManagementClusterRequestPayloadList(source interface{}) (items []*ManagementClusterRequestPayload, err error)
- func (o *ManagementClusterRequestPayload) Empty() bool
- func (o *ManagementClusterRequestPayload) GetService_cluster_idService_cluster_idService_cluster_idService_cluster_idId() (value string, ok bool)
- func (o *ManagementClusterRequestPayload) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId() string
- type ManagementClusterRequestPayloadBuilder
- func (b *ManagementClusterRequestPayloadBuilder) Build() (object *ManagementClusterRequestPayload, err error)
- func (b *ManagementClusterRequestPayloadBuilder) Copy(object *ManagementClusterRequestPayload) *ManagementClusterRequestPayloadBuilder
- func (b *ManagementClusterRequestPayloadBuilder) Empty() bool
- func (b *ManagementClusterRequestPayloadBuilder) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId(value string) *ManagementClusterRequestPayloadBuilder
- type ManagementClusterRequestPayloadList
- func (l *ManagementClusterRequestPayloadList) Each(f func(item *ManagementClusterRequestPayload) bool)
- func (l *ManagementClusterRequestPayloadList) Empty() bool
- func (l *ManagementClusterRequestPayloadList) Get(i int) *ManagementClusterRequestPayload
- func (l *ManagementClusterRequestPayloadList) Items() []*ManagementClusterRequestPayload
- func (l *ManagementClusterRequestPayloadList) Len() int
- func (l *ManagementClusterRequestPayloadList) Range(f func(index int, item *ManagementClusterRequestPayload) bool)
- func (l *ManagementClusterRequestPayloadList) SetHREF(href string)
- func (l *ManagementClusterRequestPayloadList) SetItems(items []*ManagementClusterRequestPayload)
- func (l *ManagementClusterRequestPayloadList) SetLink(link bool)
- func (l *ManagementClusterRequestPayloadList) Slice() []*ManagementClusterRequestPayload
- type ManagementClusterRequestPayloadListBuilder
- func (b *ManagementClusterRequestPayloadListBuilder) Build() (list *ManagementClusterRequestPayloadList, err error)
- func (b *ManagementClusterRequestPayloadListBuilder) Copy(list *ManagementClusterRequestPayloadList) *ManagementClusterRequestPayloadListBuilder
- func (b *ManagementClusterRequestPayloadListBuilder) Empty() bool
- func (b *ManagementClusterRequestPayloadListBuilder) Items(values ...*ManagementClusterRequestPayloadBuilder) *ManagementClusterRequestPayloadListBuilder
- type Metadata
- type ProvisionShardReference
- func ReadProvisionShardReference(iterator *jsoniter.Iterator) *ProvisionShardReference
- func ReadProvisionShardReferenceList(iterator *jsoniter.Iterator) []*ProvisionShardReference
- func UnmarshalProvisionShardReference(source interface{}) (object *ProvisionShardReference, err error)
- func UnmarshalProvisionShardReferenceList(source interface{}) (items []*ProvisionShardReference, err error)
- type ProvisionShardReferenceBuilder
- func (b *ProvisionShardReferenceBuilder) Build() (object *ProvisionShardReference, err error)
- func (b *ProvisionShardReferenceBuilder) Copy(object *ProvisionShardReference) *ProvisionShardReferenceBuilder
- func (b *ProvisionShardReferenceBuilder) Empty() bool
- func (b *ProvisionShardReferenceBuilder) Href(value string) *ProvisionShardReferenceBuilder
- func (b *ProvisionShardReferenceBuilder) Id(value string) *ProvisionShardReferenceBuilder
- type ProvisionShardReferenceList
- func (l *ProvisionShardReferenceList) Each(f func(item *ProvisionShardReference) bool)
- func (l *ProvisionShardReferenceList) Empty() bool
- func (l *ProvisionShardReferenceList) Get(i int) *ProvisionShardReference
- func (l *ProvisionShardReferenceList) Items() []*ProvisionShardReference
- func (l *ProvisionShardReferenceList) Len() int
- func (l *ProvisionShardReferenceList) Range(f func(index int, item *ProvisionShardReference) bool)
- func (l *ProvisionShardReferenceList) SetHREF(href string)
- func (l *ProvisionShardReferenceList) SetItems(items []*ProvisionShardReference)
- func (l *ProvisionShardReferenceList) SetLink(link bool)
- func (l *ProvisionShardReferenceList) Slice() []*ProvisionShardReference
- type ProvisionShardReferenceListBuilder
- func (b *ProvisionShardReferenceListBuilder) Build() (list *ProvisionShardReferenceList, err error)
- func (b *ProvisionShardReferenceListBuilder) Copy(list *ProvisionShardReferenceList) *ProvisionShardReferenceListBuilder
- func (b *ProvisionShardReferenceListBuilder) Empty() bool
- func (b *ProvisionShardReferenceListBuilder) Items(values ...*ProvisionShardReferenceBuilder) *ProvisionShardReferenceListBuilder
- type ServiceCluster
- func ReadServiceCluster(iterator *jsoniter.Iterator) *ServiceCluster
- func ReadServiceClusterList(iterator *jsoniter.Iterator) []*ServiceCluster
- func UnmarshalServiceCluster(source interface{}) (object *ServiceCluster, err error)
- func UnmarshalServiceClusterList(source interface{}) (items []*ServiceCluster, err error)
- func (o *ServiceCluster) CloudProvider() string
- func (o *ServiceCluster) ClusterManagementReference() *ClusterManagementReference
- func (o *ServiceCluster) DNS() *DNS
- func (o *ServiceCluster) Empty() bool
- func (o *ServiceCluster) GetCloudProvider() (value string, ok bool)
- func (o *ServiceCluster) GetClusterManagementReference() (value *ClusterManagementReference, ok bool)
- func (o *ServiceCluster) GetDNS() (value *DNS, ok bool)
- func (o *ServiceCluster) GetHREF() (value string, ok bool)
- func (o *ServiceCluster) GetID() (value string, ok bool)
- func (o *ServiceCluster) GetLabels() (value []*Label, ok bool)
- func (o *ServiceCluster) GetName() (value string, ok bool)
- func (o *ServiceCluster) GetProvisionShardReference() (value *ProvisionShardReference, ok bool)
- func (o *ServiceCluster) GetRegion() (value string, ok bool)
- func (o *ServiceCluster) GetSector() (value string, ok bool)
- func (o *ServiceCluster) GetStatus() (value string, ok bool)
- func (o *ServiceCluster) HREF() string
- func (o *ServiceCluster) ID() string
- func (o *ServiceCluster) Kind() string
- func (o *ServiceCluster) Labels() []*Label
- func (o *ServiceCluster) Link() bool
- func (o *ServiceCluster) Name() string
- func (o *ServiceCluster) ProvisionShardReference() *ProvisionShardReference
- func (o *ServiceCluster) Region() string
- func (o *ServiceCluster) Sector() string
- func (o *ServiceCluster) Status() string
- type ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Build() (object *ServiceCluster, err error)
- func (b *ServiceClusterBuilder) CloudProvider(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) ClusterManagementReference(value *ClusterManagementReferenceBuilder) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Copy(object *ServiceCluster) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) DNS(value *DNSBuilder) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Empty() bool
- func (b *ServiceClusterBuilder) HREF(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) ID(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Labels(values ...*LabelBuilder) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Link(value bool) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Name(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) ProvisionShardReference(value *ProvisionShardReferenceBuilder) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Region(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Sector(value string) *ServiceClusterBuilder
- func (b *ServiceClusterBuilder) Status(value string) *ServiceClusterBuilder
- type ServiceClusterList
- func (l *ServiceClusterList) Each(f func(item *ServiceCluster) bool)
- func (l *ServiceClusterList) Empty() bool
- func (l *ServiceClusterList) Get(i int) *ServiceCluster
- func (l *ServiceClusterList) GetHREF() (value string, ok bool)
- func (l *ServiceClusterList) HREF() string
- func (l *ServiceClusterList) Items() []*ServiceCluster
- func (l *ServiceClusterList) Kind() string
- func (l *ServiceClusterList) Len() int
- func (l *ServiceClusterList) Link() bool
- func (l *ServiceClusterList) Range(f func(index int, item *ServiceCluster) bool)
- func (l *ServiceClusterList) SetHREF(href string)
- func (l *ServiceClusterList) SetItems(items []*ServiceCluster)
- func (l *ServiceClusterList) SetLink(link bool)
- func (l *ServiceClusterList) Slice() []*ServiceCluster
- type ServiceClusterListBuilder
- func (b *ServiceClusterListBuilder) Build() (list *ServiceClusterList, err error)
- func (b *ServiceClusterListBuilder) Copy(list *ServiceClusterList) *ServiceClusterListBuilder
- func (b *ServiceClusterListBuilder) Empty() bool
- func (b *ServiceClusterListBuilder) Items(values ...*ServiceClusterBuilder) *ServiceClusterListBuilder
- type ServiceClusterRequestPayload
- func ReadServiceClusterRequestPayload(iterator *jsoniter.Iterator) *ServiceClusterRequestPayload
- func ReadServiceClusterRequestPayloadList(iterator *jsoniter.Iterator) []*ServiceClusterRequestPayload
- func UnmarshalServiceClusterRequestPayload(source interface{}) (object *ServiceClusterRequestPayload, err error)
- func UnmarshalServiceClusterRequestPayloadList(source interface{}) (items []*ServiceClusterRequestPayload, err error)
- func (o *ServiceClusterRequestPayload) CloudProvider() string
- func (o *ServiceClusterRequestPayload) Empty() bool
- func (o *ServiceClusterRequestPayload) GetCloudProvider() (value string, ok bool)
- func (o *ServiceClusterRequestPayload) GetLabels() (value []*LabelRequestPayload, ok bool)
- func (o *ServiceClusterRequestPayload) GetRegion() (value string, ok bool)
- func (o *ServiceClusterRequestPayload) Labels() []*LabelRequestPayload
- func (o *ServiceClusterRequestPayload) Region() string
- type ServiceClusterRequestPayloadBuilder
- func (b *ServiceClusterRequestPayloadBuilder) Build() (object *ServiceClusterRequestPayload, err error)
- func (b *ServiceClusterRequestPayloadBuilder) CloudProvider(value string) *ServiceClusterRequestPayloadBuilder
- func (b *ServiceClusterRequestPayloadBuilder) Copy(object *ServiceClusterRequestPayload) *ServiceClusterRequestPayloadBuilder
- func (b *ServiceClusterRequestPayloadBuilder) Empty() bool
- func (b *ServiceClusterRequestPayloadBuilder) Labels(values ...*LabelRequestPayloadBuilder) *ServiceClusterRequestPayloadBuilder
- func (b *ServiceClusterRequestPayloadBuilder) Region(value string) *ServiceClusterRequestPayloadBuilder
- type ServiceClusterRequestPayloadList
- func (l *ServiceClusterRequestPayloadList) Each(f func(item *ServiceClusterRequestPayload) bool)
- func (l *ServiceClusterRequestPayloadList) Empty() bool
- func (l *ServiceClusterRequestPayloadList) Get(i int) *ServiceClusterRequestPayload
- func (l *ServiceClusterRequestPayloadList) Items() []*ServiceClusterRequestPayload
- func (l *ServiceClusterRequestPayloadList) Len() int
- func (l *ServiceClusterRequestPayloadList) Range(f func(index int, item *ServiceClusterRequestPayload) bool)
- func (l *ServiceClusterRequestPayloadList) SetHREF(href string)
- func (l *ServiceClusterRequestPayloadList) SetItems(items []*ServiceClusterRequestPayload)
- func (l *ServiceClusterRequestPayloadList) SetLink(link bool)
- func (l *ServiceClusterRequestPayloadList) Slice() []*ServiceClusterRequestPayload
- type ServiceClusterRequestPayloadListBuilder
- func (b *ServiceClusterRequestPayloadListBuilder) Build() (list *ServiceClusterRequestPayloadList, err error)
- func (b *ServiceClusterRequestPayloadListBuilder) Copy(list *ServiceClusterRequestPayloadList) *ServiceClusterRequestPayloadListBuilder
- func (b *ServiceClusterRequestPayloadListBuilder) Empty() bool
- func (b *ServiceClusterRequestPayloadListBuilder) Items(values ...*ServiceClusterRequestPayloadBuilder) *ServiceClusterRequestPayloadListBuilder
Constants ¶
const ClusterManagementReferenceListKind = "ClusterManagementReferenceList"
ClusterManagementReferenceListKind is the name of the type used to represent list of objects of type 'cluster_management_reference'.
const ClusterManagementReferenceListLinkKind = "ClusterManagementReferenceListLink"
ClusterManagementReferenceListLinkKind is the name of the type used to represent links to list of objects of type 'cluster_management_reference'.
const ClusterManagementReferenceListNilKind = "ClusterManagementReferenceListNil"
ClusterManagementReferenceNilKind is the name of the type used to nil lists of objects of type 'cluster_management_reference'.
const DNSListKind = "DNSList"
DNSListKind is the name of the type used to represent list of objects of type 'DNS'.
const DNSListLinkKind = "DNSListLink"
DNSListLinkKind is the name of the type used to represent links to list of objects of type 'DNS'.
const DNSListNilKind = "DNSListNil"
DNSNilKind is the name of the type used to nil lists of objects of type 'DNS'.
const LabelKind = "Label"
LabelKind is the name of the type used to represent objects of type 'label'.
const LabelLinkKind = "LabelLink"
LabelLinkKind is the name of the type used to represent links to objects of type 'label'.
const LabelListKind = "LabelList"
LabelListKind is the name of the type used to represent list of objects of type 'label'.
const LabelListLinkKind = "LabelListLink"
LabelListLinkKind is the name of the type used to represent links to list of objects of type 'label'.
const LabelListNilKind = "LabelListNil"
LabelNilKind is the name of the type used to nil lists of objects of type 'label'.
const LabelNilKind = "LabelNil"
LabelNilKind is the name of the type used to nil references to objects of type 'label'.
const LabelReferenceListKind = "LabelReferenceList"
LabelReferenceListKind is the name of the type used to represent list of objects of type 'label_reference'.
const LabelReferenceListLinkKind = "LabelReferenceListLink"
LabelReferenceListLinkKind is the name of the type used to represent links to list of objects of type 'label_reference'.
const LabelReferenceListNilKind = "LabelReferenceListNil"
LabelReferenceNilKind is the name of the type used to nil lists of objects of type 'label_reference'.
const LabelRequestPayloadListKind = "LabelRequestPayloadList"
LabelRequestPayloadListKind is the name of the type used to represent list of objects of type 'label_request_payload'.
const LabelRequestPayloadListLinkKind = "LabelRequestPayloadListLink"
LabelRequestPayloadListLinkKind is the name of the type used to represent links to list of objects of type 'label_request_payload'.
const LabelRequestPayloadListNilKind = "LabelRequestPayloadListNil"
LabelRequestPayloadNilKind is the name of the type used to nil lists of objects of type 'label_request_payload'.
const ManagementClusterKind = "ManagementCluster"
ManagementClusterKind is the name of the type used to represent objects of type 'management_cluster'.
const ManagementClusterLinkKind = "ManagementClusterLink"
ManagementClusterLinkKind is the name of the type used to represent links to objects of type 'management_cluster'.
const ManagementClusterListKind = "ManagementClusterList"
ManagementClusterListKind is the name of the type used to represent list of objects of type 'management_cluster'.
const ManagementClusterListLinkKind = "ManagementClusterListLink"
ManagementClusterListLinkKind is the name of the type used to represent links to list of objects of type 'management_cluster'.
const ManagementClusterListNilKind = "ManagementClusterListNil"
ManagementClusterNilKind is the name of the type used to nil lists of objects of type 'management_cluster'.
const ManagementClusterNilKind = "ManagementClusterNil"
ManagementClusterNilKind is the name of the type used to nil references to objects of type 'management_cluster'.
const ManagementClusterParentListKind = "ManagementClusterParentList"
ManagementClusterParentListKind is the name of the type used to represent list of objects of type 'management_cluster_parent'.
const ManagementClusterParentListLinkKind = "ManagementClusterParentListLink"
ManagementClusterParentListLinkKind is the name of the type used to represent links to list of objects of type 'management_cluster_parent'.
const ManagementClusterParentListNilKind = "ManagementClusterParentListNil"
ManagementClusterParentNilKind is the name of the type used to nil lists of objects of type 'management_cluster_parent'.
const ManagementClusterRequestPayloadListKind = "ManagementClusterRequestPayloadList"
ManagementClusterRequestPayloadListKind is the name of the type used to represent list of objects of type 'management_cluster_request_payload'.
const ManagementClusterRequestPayloadListLinkKind = "ManagementClusterRequestPayloadListLink"
ManagementClusterRequestPayloadListLinkKind is the name of the type used to represent links to list of objects of type 'management_cluster_request_payload'.
const ManagementClusterRequestPayloadListNilKind = "ManagementClusterRequestPayloadListNil"
ManagementClusterRequestPayloadNilKind is the name of the type used to nil lists of objects of type 'management_cluster_request_payload'.
const ProvisionShardReferenceListKind = "ProvisionShardReferenceList"
ProvisionShardReferenceListKind is the name of the type used to represent list of objects of type 'provision_shard_reference'.
const ProvisionShardReferenceListLinkKind = "ProvisionShardReferenceListLink"
ProvisionShardReferenceListLinkKind is the name of the type used to represent links to list of objects of type 'provision_shard_reference'.
const ProvisionShardReferenceListNilKind = "ProvisionShardReferenceListNil"
ProvisionShardReferenceNilKind is the name of the type used to nil lists of objects of type 'provision_shard_reference'.
const ServiceClusterKind = "ServiceCluster"
ServiceClusterKind is the name of the type used to represent objects of type 'service_cluster'.
const ServiceClusterLinkKind = "ServiceClusterLink"
ServiceClusterLinkKind is the name of the type used to represent links to objects of type 'service_cluster'.
const ServiceClusterListKind = "ServiceClusterList"
ServiceClusterListKind is the name of the type used to represent list of objects of type 'service_cluster'.
const ServiceClusterListLinkKind = "ServiceClusterListLink"
ServiceClusterListLinkKind is the name of the type used to represent links to list of objects of type 'service_cluster'.
const ServiceClusterListNilKind = "ServiceClusterListNil"
ServiceClusterNilKind is the name of the type used to nil lists of objects of type 'service_cluster'.
const ServiceClusterNilKind = "ServiceClusterNil"
ServiceClusterNilKind is the name of the type used to nil references to objects of type 'service_cluster'.
const ServiceClusterRequestPayloadListKind = "ServiceClusterRequestPayloadList"
ServiceClusterRequestPayloadListKind is the name of the type used to represent list of objects of type 'service_cluster_request_payload'.
const ServiceClusterRequestPayloadListLinkKind = "ServiceClusterRequestPayloadListLink"
ServiceClusterRequestPayloadListLinkKind is the name of the type used to represent links to list of objects of type 'service_cluster_request_payload'.
const ServiceClusterRequestPayloadListNilKind = "ServiceClusterRequestPayloadListNil"
ServiceClusterRequestPayloadNilKind is the name of the type used to nil lists of objects of type 'service_cluster_request_payload'.
Variables ¶
This section is empty.
Functions ¶
func MarshalBooleanList ¶
MarshalBooleanList writes a list of values of the 'boolean' type to the given writer.
func MarshalClusterManagementReference ¶
func MarshalClusterManagementReference(object *ClusterManagementReference, writer io.Writer) error
MarshalClusterManagementReference writes a value of the 'cluster_management_reference' type to the given writer.
func MarshalClusterManagementReferenceList ¶
func MarshalClusterManagementReferenceList(list []*ClusterManagementReference, writer io.Writer) error
MarshalClusterManagementReferenceList writes a list of values of the 'cluster_management_reference' type to the given writer.
func MarshalDNS ¶
MarshalDNS writes a value of the 'DNS' type to the given writer.
func MarshalDNSList ¶
MarshalDNSList writes a list of values of the 'DNS' type to the given writer.
func MarshalDateList ¶
MarshalDateList writes a list of values of the 'date' type to the given writer.
func MarshalFloatList ¶
MarshalFloatList writes a list of values of the 'float' type to the given writer.
func MarshalIntegerList ¶
MarshalIntegerList writes a list of values of the 'integer' type to the given writer.
func MarshalInterfaceList ¶
MarshalInterfaceList writes a list of values of the 'interface' type to the given writer.
func MarshalLabel ¶
MarshalLabel writes a value of the 'label' type to the given writer.
func MarshalLabelList ¶
MarshalLabelList writes a list of values of the 'label' type to the given writer.
func MarshalLabelReference ¶
func MarshalLabelReference(object *LabelReference, writer io.Writer) error
MarshalLabelReference writes a value of the 'label_reference' type to the given writer.
func MarshalLabelReferenceList ¶
func MarshalLabelReferenceList(list []*LabelReference, writer io.Writer) error
MarshalLabelReferenceList writes a list of values of the 'label_reference' type to the given writer.
func MarshalLabelRequestPayload ¶
func MarshalLabelRequestPayload(object *LabelRequestPayload, writer io.Writer) error
MarshalLabelRequestPayload writes a value of the 'label_request_payload' type to the given writer.
func MarshalLabelRequestPayloadList ¶
func MarshalLabelRequestPayloadList(list []*LabelRequestPayload, writer io.Writer) error
MarshalLabelRequestPayloadList writes a list of values of the 'label_request_payload' type to the given writer.
func MarshalLongList ¶
MarshalLongList writes a list of values of the 'long' type to the given writer.
func MarshalManagementCluster ¶
func MarshalManagementCluster(object *ManagementCluster, writer io.Writer) error
MarshalManagementCluster writes a value of the 'management_cluster' type to the given writer.
func MarshalManagementClusterList ¶
func MarshalManagementClusterList(list []*ManagementCluster, writer io.Writer) error
MarshalManagementClusterList writes a list of values of the 'management_cluster' type to the given writer.
func MarshalManagementClusterParent ¶
func MarshalManagementClusterParent(object *ManagementClusterParent, writer io.Writer) error
MarshalManagementClusterParent writes a value of the 'management_cluster_parent' type to the given writer.
func MarshalManagementClusterParentList ¶
func MarshalManagementClusterParentList(list []*ManagementClusterParent, writer io.Writer) error
MarshalManagementClusterParentList writes a list of values of the 'management_cluster_parent' type to the given writer.
func MarshalManagementClusterRequestPayload ¶
func MarshalManagementClusterRequestPayload(object *ManagementClusterRequestPayload, writer io.Writer) error
MarshalManagementClusterRequestPayload writes a value of the 'management_cluster_request_payload' type to the given writer.
func MarshalManagementClusterRequestPayloadList ¶
func MarshalManagementClusterRequestPayloadList(list []*ManagementClusterRequestPayload, writer io.Writer) error
MarshalManagementClusterRequestPayloadList writes a list of values of the 'management_cluster_request_payload' type to the given writer.
func MarshalMetadata ¶
MarshalMetadata writes a value of the metadata type to the given target, which can be a writer or a JSON encoder.
func MarshalProvisionShardReference ¶
func MarshalProvisionShardReference(object *ProvisionShardReference, writer io.Writer) error
MarshalProvisionShardReference writes a value of the 'provision_shard_reference' type to the given writer.
func MarshalProvisionShardReferenceList ¶
func MarshalProvisionShardReferenceList(list []*ProvisionShardReference, writer io.Writer) error
MarshalProvisionShardReferenceList writes a list of values of the 'provision_shard_reference' type to the given writer.
func MarshalServiceCluster ¶
func MarshalServiceCluster(object *ServiceCluster, writer io.Writer) error
MarshalServiceCluster writes a value of the 'service_cluster' type to the given writer.
func MarshalServiceClusterList ¶
func MarshalServiceClusterList(list []*ServiceCluster, writer io.Writer) error
MarshalServiceClusterList writes a list of values of the 'service_cluster' type to the given writer.
func MarshalServiceClusterRequestPayload ¶
func MarshalServiceClusterRequestPayload(object *ServiceClusterRequestPayload, writer io.Writer) error
MarshalServiceClusterRequestPayload writes a value of the 'service_cluster_request_payload' type to the given writer.
func MarshalServiceClusterRequestPayloadList ¶
func MarshalServiceClusterRequestPayloadList(list []*ServiceClusterRequestPayload, writer io.Writer) error
MarshalServiceClusterRequestPayloadList writes a list of values of the 'service_cluster_request_payload' type to the given writer.
func MarshalStringList ¶
MarshalStringList writes a list of values of the 'string' type to the given writer.
func ReadBooleanList ¶
ReadBooleanList reads list of values of the ”boolean' type from the given iterator.
func ReadDateList ¶
ReadDateList reads list of values of the ”date' type from the given iterator.
func ReadFloatList ¶
ReadFloatList reads list of values of the ”float' type from the given iterator.
func ReadIntegerList ¶
ReadIntegerList reads list of values of the ”integer' type from the given iterator.
func ReadInterfaceList ¶
ReadInterfaceList reads list of values of the ”interface' type from the given iterator.
func ReadLongList ¶
ReadLongList reads list of values of the ”long' type from the given iterator.
func ReadStringList ¶
ReadStringList reads list of values of the ”string' type from the given iterator.
func UnmarshalBooleanList ¶
UnmarshalBooleanList reads a list of values of the 'boolean' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalDateList ¶
UnmarshalDateList reads a list of values of the 'date' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalFloatList ¶
UnmarshalFloatList reads a list of values of the 'float' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalIntegerList ¶
UnmarshalIntegerList reads a list of values of the 'integer' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalInterfaceList ¶
func UnmarshalInterfaceList(source interface{}) (items []interface{}, err error)
UnmarshalInterfaceList reads a list of values of the 'interface' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalLongList ¶
UnmarshalLongList reads a list of values of the 'long' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalStringList ¶
UnmarshalStringList reads a list of values of the 'string' type from the given source, which can be a slice of bytes, a string or a reader.
func WriteBooleanList ¶
WriteBooleanList writes a list of value of the 'boolean' type to the given stream.
func WriteClusterManagementReference ¶
func WriteClusterManagementReference(object *ClusterManagementReference, stream *jsoniter.Stream)
WriteClusterManagementReference writes a value of the 'cluster_management_reference' type to the given stream.
func WriteClusterManagementReferenceList ¶
func WriteClusterManagementReferenceList(list []*ClusterManagementReference, stream *jsoniter.Stream)
WriteClusterManagementReferenceList writes a list of value of the 'cluster_management_reference' type to the given stream.
func WriteDNSList ¶
WriteDNSList writes a list of value of the 'DNS' type to the given stream.
func WriteDateList ¶
WriteDateList writes a list of value of the 'date' type to the given stream.
func WriteFloatList ¶
WriteFloatList writes a list of value of the 'float' type to the given stream.
func WriteIntegerList ¶
WriteIntegerList writes a list of value of the 'integer' type to the given stream.
func WriteInterfaceList ¶
WriteInterfaceList writes a list of value of the 'interface' type to the given stream.
func WriteLabel ¶
WriteLabel writes a value of the 'label' type to the given stream.
func WriteLabelList ¶
WriteLabelList writes a list of value of the 'label' type to the given stream.
func WriteLabelReference ¶
func WriteLabelReference(object *LabelReference, stream *jsoniter.Stream)
WriteLabelReference writes a value of the 'label_reference' type to the given stream.
func WriteLabelReferenceList ¶
func WriteLabelReferenceList(list []*LabelReference, stream *jsoniter.Stream)
WriteLabelReferenceList writes a list of value of the 'label_reference' type to the given stream.
func WriteLabelRequestPayload ¶
func WriteLabelRequestPayload(object *LabelRequestPayload, stream *jsoniter.Stream)
WriteLabelRequestPayload writes a value of the 'label_request_payload' type to the given stream.
func WriteLabelRequestPayloadList ¶
func WriteLabelRequestPayloadList(list []*LabelRequestPayload, stream *jsoniter.Stream)
WriteLabelRequestPayloadList writes a list of value of the 'label_request_payload' type to the given stream.
func WriteLongList ¶
WriteLongList writes a list of value of the 'long' type to the given stream.
func WriteManagementCluster ¶
func WriteManagementCluster(object *ManagementCluster, stream *jsoniter.Stream)
WriteManagementCluster writes a value of the 'management_cluster' type to the given stream.
func WriteManagementClusterList ¶
func WriteManagementClusterList(list []*ManagementCluster, stream *jsoniter.Stream)
WriteManagementClusterList writes a list of value of the 'management_cluster' type to the given stream.
func WriteManagementClusterParent ¶
func WriteManagementClusterParent(object *ManagementClusterParent, stream *jsoniter.Stream)
WriteManagementClusterParent writes a value of the 'management_cluster_parent' type to the given stream.
func WriteManagementClusterParentList ¶
func WriteManagementClusterParentList(list []*ManagementClusterParent, stream *jsoniter.Stream)
WriteManagementClusterParentList writes a list of value of the 'management_cluster_parent' type to the given stream.
func WriteManagementClusterRequestPayload ¶
func WriteManagementClusterRequestPayload(object *ManagementClusterRequestPayload, stream *jsoniter.Stream)
WriteManagementClusterRequestPayload writes a value of the 'management_cluster_request_payload' type to the given stream.
func WriteManagementClusterRequestPayloadList ¶
func WriteManagementClusterRequestPayloadList(list []*ManagementClusterRequestPayload, stream *jsoniter.Stream)
WriteManagementClusterRequestPayloadList writes a list of value of the 'management_cluster_request_payload' type to the given stream.
func WriteProvisionShardReference ¶
func WriteProvisionShardReference(object *ProvisionShardReference, stream *jsoniter.Stream)
WriteProvisionShardReference writes a value of the 'provision_shard_reference' type to the given stream.
func WriteProvisionShardReferenceList ¶
func WriteProvisionShardReferenceList(list []*ProvisionShardReference, stream *jsoniter.Stream)
WriteProvisionShardReferenceList writes a list of value of the 'provision_shard_reference' type to the given stream.
func WriteServiceCluster ¶
func WriteServiceCluster(object *ServiceCluster, stream *jsoniter.Stream)
WriteServiceCluster writes a value of the 'service_cluster' type to the given stream.
func WriteServiceClusterList ¶
func WriteServiceClusterList(list []*ServiceCluster, stream *jsoniter.Stream)
WriteServiceClusterList writes a list of value of the 'service_cluster' type to the given stream.
func WriteServiceClusterRequestPayload ¶
func WriteServiceClusterRequestPayload(object *ServiceClusterRequestPayload, stream *jsoniter.Stream)
WriteServiceClusterRequestPayload writes a value of the 'service_cluster_request_payload' type to the given stream.
func WriteServiceClusterRequestPayloadList ¶
func WriteServiceClusterRequestPayloadList(list []*ServiceClusterRequestPayload, stream *jsoniter.Stream)
WriteServiceClusterRequestPayloadList writes a list of value of the 'service_cluster_request_payload' type to the given stream.
func WriteStringList ¶
WriteStringList writes a list of value of the 'string' type to the given stream.
Types ¶
type ClusterManagementReference ¶
type ClusterManagementReference struct {
// contains filtered or unexported fields
}
ClusterManagementReference represents the values of the 'cluster_management_reference' type.
Cluster Mgmt reference settings of the cluster.
func ReadClusterManagementReference ¶
func ReadClusterManagementReference(iterator *jsoniter.Iterator) *ClusterManagementReference
ReadClusterManagementReference reads a value of the 'cluster_management_reference' type from the given iterator.
func ReadClusterManagementReferenceList ¶
func ReadClusterManagementReferenceList(iterator *jsoniter.Iterator) []*ClusterManagementReference
ReadClusterManagementReferenceList reads list of values of the ”cluster_management_reference' type from the given iterator.
func UnmarshalClusterManagementReference ¶
func UnmarshalClusterManagementReference(source interface{}) (object *ClusterManagementReference, err error)
UnmarshalClusterManagementReference reads a value of the 'cluster_management_reference' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalClusterManagementReferenceList ¶
func UnmarshalClusterManagementReferenceList(source interface{}) (items []*ClusterManagementReference, err error)
UnmarshalClusterManagementReferenceList reads a list of values of the 'cluster_management_reference' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ClusterManagementReference) ClusterId ¶
func (o *ClusterManagementReference) ClusterId() string
ClusterId returns the value of the 'cluster_id' attribute, or the zero value of the type if the attribute doesn't have a value.
Cluster Mgmt ID
func (*ClusterManagementReference) Empty ¶
func (o *ClusterManagementReference) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ClusterManagementReference) GetClusterId ¶
func (o *ClusterManagementReference) GetClusterId() (value string, ok bool)
GetClusterId returns the value of the 'cluster_id' attribute and a flag indicating if the attribute has a value.
Cluster Mgmt ID
func (*ClusterManagementReference) GetHref ¶
func (o *ClusterManagementReference) GetHref() (value string, ok bool)
GetHref returns the value of the 'href' attribute and a flag indicating if the attribute has a value.
Reference link to external cluster_mgmt service based on ClusterId field ClusterId is not the name of the field used by the external cluster_mgmt service
func (*ClusterManagementReference) Href ¶
func (o *ClusterManagementReference) Href() string
Href returns the value of the 'href' attribute, or the zero value of the type if the attribute doesn't have a value.
Reference link to external cluster_mgmt service based on ClusterId field ClusterId is not the name of the field used by the external cluster_mgmt service
type ClusterManagementReferenceBuilder ¶
type ClusterManagementReferenceBuilder struct {
// contains filtered or unexported fields
}
Cluster Mgmt reference settings of the cluster.
func NewClusterManagementReference ¶
func NewClusterManagementReference() *ClusterManagementReferenceBuilder
NewClusterManagementReference creates a new builder of 'cluster_management_reference' objects.
func (*ClusterManagementReferenceBuilder) Build ¶
func (b *ClusterManagementReferenceBuilder) Build() (object *ClusterManagementReference, err error)
Build creates a 'cluster_management_reference' object using the configuration stored in the builder.
func (*ClusterManagementReferenceBuilder) ClusterId ¶
func (b *ClusterManagementReferenceBuilder) ClusterId(value string) *ClusterManagementReferenceBuilder
ClusterId sets the value of the 'cluster_id' attribute to the given value.
func (*ClusterManagementReferenceBuilder) Copy ¶
func (b *ClusterManagementReferenceBuilder) Copy(object *ClusterManagementReference) *ClusterManagementReferenceBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ClusterManagementReferenceBuilder) Empty ¶
func (b *ClusterManagementReferenceBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ClusterManagementReferenceBuilder) Href ¶
func (b *ClusterManagementReferenceBuilder) Href(value string) *ClusterManagementReferenceBuilder
Href sets the value of the 'href' attribute to the given value.
type ClusterManagementReferenceList ¶
type ClusterManagementReferenceList struct {
// contains filtered or unexported fields
}
ClusterManagementReferenceList is a list of values of the 'cluster_management_reference' type.
func (*ClusterManagementReferenceList) Each ¶
func (l *ClusterManagementReferenceList) Each(f func(item *ClusterManagementReference) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ClusterManagementReferenceList) Empty ¶
func (l *ClusterManagementReferenceList) Empty() bool
Empty returns true if the list is empty.
func (*ClusterManagementReferenceList) Get ¶
func (l *ClusterManagementReferenceList) Get(i int) *ClusterManagementReference
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ClusterManagementReferenceList) Items ¶
func (l *ClusterManagementReferenceList) Items() []*ClusterManagementReference
Items returns the items of the list.
func (*ClusterManagementReferenceList) Len ¶
func (l *ClusterManagementReferenceList) Len() int
Len returns the length of the list.
func (*ClusterManagementReferenceList) Range ¶
func (l *ClusterManagementReferenceList) Range(f func(index int, item *ClusterManagementReference) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ClusterManagementReferenceList) SetHREF ¶
func (l *ClusterManagementReferenceList) SetHREF(href string)
Items sets the items of the list.
func (*ClusterManagementReferenceList) SetItems ¶
func (l *ClusterManagementReferenceList) SetItems(items []*ClusterManagementReference)
Items sets the items of the list.
func (*ClusterManagementReferenceList) SetLink ¶
func (l *ClusterManagementReferenceList) SetLink(link bool)
Items sets the items of the list.
func (*ClusterManagementReferenceList) Slice ¶
func (l *ClusterManagementReferenceList) Slice() []*ClusterManagementReference
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ClusterManagementReferenceListBuilder ¶
type ClusterManagementReferenceListBuilder struct {
// contains filtered or unexported fields
}
ClusterManagementReferenceListBuilder contains the data and logic needed to build 'cluster_management_reference' objects.
func NewClusterManagementReferenceList ¶
func NewClusterManagementReferenceList() *ClusterManagementReferenceListBuilder
NewClusterManagementReferenceList creates a new builder of 'cluster_management_reference' objects.
func (*ClusterManagementReferenceListBuilder) Build ¶
func (b *ClusterManagementReferenceListBuilder) Build() (list *ClusterManagementReferenceList, err error)
Build creates a list of 'cluster_management_reference' objects using the configuration stored in the builder.
func (*ClusterManagementReferenceListBuilder) Copy ¶
func (b *ClusterManagementReferenceListBuilder) Copy(list *ClusterManagementReferenceList) *ClusterManagementReferenceListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ClusterManagementReferenceListBuilder) Empty ¶
func (b *ClusterManagementReferenceListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ClusterManagementReferenceListBuilder) Items ¶
func (b *ClusterManagementReferenceListBuilder) Items(values ...*ClusterManagementReferenceBuilder) *ClusterManagementReferenceListBuilder
Items sets the items of the list.
type DNS ¶
type DNS struct {
// contains filtered or unexported fields
}
DNS represents the values of the 'DNS' type.
DNS settings of the cluster.
func ReadDNSList ¶
ReadDNSList reads list of values of the ”DNS' type from the given iterator.
func UnmarshalDNS ¶
UnmarshalDNS reads a value of the 'DNS' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalDNSList ¶
UnmarshalDNSList reads a list of values of the 'DNS' type from the given source, which can be a slice of bytes, a string or a reader.
func (*DNS) BaseDomain ¶
BaseDomain returns the value of the 'base_domain' attribute, or the zero value of the type if the attribute doesn't have a value.
Base DNS domain of the cluster.
During the installation of the cluster it is necessary to create multiple DNS records. They will be created as sub-domains of this domain. For example, if the name of the cluster is `mycluster` and the base domain is `example.com` then the following DNS records will be created:
``` mycluster-api.example.com mycluster-etcd-0.example.com mycluster-etcd-1.example.com mycluster-etcd-3.example.com ```
The exact number, type and names of the created DNS record depends on the characteristics of the cluster, and may be different for different versions of _OpenShift_. Please don't rely on them. For example, to find what is the URL of the Kubernetes API server of the cluster don't assume that it will be `mycluster-api.example.com`. Instead of that use this API to retrieve the description of the cluster, and get it from the `api.url` attribute. For example, if the identifier of the cluster is `123` send a request like this:
```http GET /api/clusters_mgmt/v1/clusters/123 HTTP/1.1 ```
That will return a response like this, including the `api.url` attribute:
```json
{ "kind": "Cluster", "id": "123", "href": "/api/clusters_mgmt/v1/clusters/123", "api": { "url": "https://mycluster-api.example.com:6443" }, ... }
```
When the cluster is created in Amazon Web Services it is necessary to create this base DNS domain in advance, using AWS Route53 (https://console.aws.amazon.com/route53).
func (*DNS) GetBaseDomain ¶
GetBaseDomain returns the value of the 'base_domain' attribute and a flag indicating if the attribute has a value.
Base DNS domain of the cluster.
During the installation of the cluster it is necessary to create multiple DNS records. They will be created as sub-domains of this domain. For example, if the name of the cluster is `mycluster` and the base domain is `example.com` then the following DNS records will be created:
``` mycluster-api.example.com mycluster-etcd-0.example.com mycluster-etcd-1.example.com mycluster-etcd-3.example.com ```
The exact number, type and names of the created DNS record depends on the characteristics of the cluster, and may be different for different versions of _OpenShift_. Please don't rely on them. For example, to find what is the URL of the Kubernetes API server of the cluster don't assume that it will be `mycluster-api.example.com`. Instead of that use this API to retrieve the description of the cluster, and get it from the `api.url` attribute. For example, if the identifier of the cluster is `123` send a request like this:
```http GET /api/clusters_mgmt/v1/clusters/123 HTTP/1.1 ```
That will return a response like this, including the `api.url` attribute:
```json
{ "kind": "Cluster", "id": "123", "href": "/api/clusters_mgmt/v1/clusters/123", "api": { "url": "https://mycluster-api.example.com:6443" }, ... }
```
When the cluster is created in Amazon Web Services it is necessary to create this base DNS domain in advance, using AWS Route53 (https://console.aws.amazon.com/route53).
type DNSBuilder ¶
type DNSBuilder struct {
// contains filtered or unexported fields
}
DNS settings of the cluster.
func (*DNSBuilder) BaseDomain ¶
func (b *DNSBuilder) BaseDomain(value string) *DNSBuilder
BaseDomain sets the value of the 'base_domain' attribute to the given value.
func (*DNSBuilder) Build ¶
func (b *DNSBuilder) Build() (object *DNS, err error)
Build creates a 'DNS' object using the configuration stored in the builder.
func (*DNSBuilder) Copy ¶
func (b *DNSBuilder) Copy(object *DNS) *DNSBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*DNSBuilder) Empty ¶
func (b *DNSBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
type DNSList ¶
type DNSList struct {
// contains filtered or unexported fields
}
DNSList is a list of values of the 'DNS' type.
func (*DNSList) Each ¶
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*DNSList) Get ¶
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*DNSList) Range ¶
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*DNSList) Slice ¶
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type DNSListBuilder ¶
type DNSListBuilder struct {
// contains filtered or unexported fields
}
DNSListBuilder contains the data and logic needed to build 'DNS' objects.
func NewDNSList ¶
func NewDNSList() *DNSListBuilder
NewDNSList creates a new builder of 'DNS' objects.
func (*DNSListBuilder) Build ¶
func (b *DNSListBuilder) Build() (list *DNSList, err error)
Build creates a list of 'DNS' objects using the configuration stored in the builder.
func (*DNSListBuilder) Copy ¶
func (b *DNSListBuilder) Copy(list *DNSList) *DNSListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*DNSListBuilder) Empty ¶
func (b *DNSListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*DNSListBuilder) Items ¶
func (b *DNSListBuilder) Items(values ...*DNSBuilder) *DNSListBuilder
Items sets the items of the list.
type Label ¶
type Label struct {
// contains filtered or unexported fields
}
Label represents the values of the 'label' type.
label settings of the cluster.
func ReadLabelList ¶
ReadLabelList reads list of values of the ”label' type from the given iterator.
func UnmarshalLabel ¶
UnmarshalLabel reads a value of the 'label' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalLabelList ¶
UnmarshalLabelList reads a list of values of the 'label' type from the given source, which can be a slice of bytes, a string or a reader.
func (*Label) GetHREF ¶
GetHREF returns the link of the object and a flag indicating if the link has a value.
func (*Label) GetID ¶
GetID returns the identifier of the object and a flag indicating if the identifier has a value.
func (*Label) GetKey ¶
GetKey returns the value of the 'key' attribute and a flag indicating if the attribute has a value.
Label key associated to the OSD FM managed cluster
func (*Label) GetValue ¶
GetValue returns the value of the 'value' attribute and a flag indicating if the attribute has a value.
Label value associated to the OSD FM managed cluster
type LabelBuilder ¶
type LabelBuilder struct {
// contains filtered or unexported fields
}
label settings of the cluster.
func (*LabelBuilder) Build ¶
func (b *LabelBuilder) Build() (object *Label, err error)
Build creates a 'label' object using the configuration stored in the builder.
func (*LabelBuilder) Copy ¶
func (b *LabelBuilder) Copy(object *Label) *LabelBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*LabelBuilder) Empty ¶
func (b *LabelBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*LabelBuilder) HREF ¶
func (b *LabelBuilder) HREF(value string) *LabelBuilder
HREF sets the link to the object.
func (*LabelBuilder) ID ¶
func (b *LabelBuilder) ID(value string) *LabelBuilder
ID sets the identifier of the object.
func (*LabelBuilder) Key ¶
func (b *LabelBuilder) Key(value string) *LabelBuilder
Key sets the value of the 'key' attribute to the given value.
func (*LabelBuilder) Link ¶
func (b *LabelBuilder) Link(value bool) *LabelBuilder
Link sets the flag that indicates if this is a link.
func (*LabelBuilder) Value ¶
func (b *LabelBuilder) Value(value string) *LabelBuilder
Value sets the value of the 'value' attribute to the given value.
type LabelList ¶
type LabelList struct {
// contains filtered or unexported fields
}
LabelList is a list of values of the 'label' type.
func (*LabelList) Each ¶
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelList) Get ¶
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*LabelList) GetHREF ¶
GetHREF returns the link of the list and a flag indicating if the link has a value.
func (*LabelList) Range ¶
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelList) Slice ¶
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type LabelListBuilder ¶
type LabelListBuilder struct {
// contains filtered or unexported fields
}
LabelListBuilder contains the data and logic needed to build 'label' objects.
func NewLabelList ¶
func NewLabelList() *LabelListBuilder
NewLabelList creates a new builder of 'label' objects.
func (*LabelListBuilder) Build ¶
func (b *LabelListBuilder) Build() (list *LabelList, err error)
Build creates a list of 'label' objects using the configuration stored in the builder.
func (*LabelListBuilder) Copy ¶
func (b *LabelListBuilder) Copy(list *LabelList) *LabelListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*LabelListBuilder) Empty ¶
func (b *LabelListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*LabelListBuilder) Items ¶
func (b *LabelListBuilder) Items(values ...*LabelBuilder) *LabelListBuilder
Items sets the items of the list.
type LabelReference ¶
type LabelReference struct {
// contains filtered or unexported fields
}
LabelReference represents the values of the 'label_reference' type.
label reference settings of the cluster.
func ReadLabelReference ¶
func ReadLabelReference(iterator *jsoniter.Iterator) *LabelReference
ReadLabelReference reads a value of the 'label_reference' type from the given iterator.
func ReadLabelReferenceList ¶
func ReadLabelReferenceList(iterator *jsoniter.Iterator) []*LabelReference
ReadLabelReferenceList reads list of values of the ”label_reference' type from the given iterator.
func UnmarshalLabelReference ¶
func UnmarshalLabelReference(source interface{}) (object *LabelReference, err error)
UnmarshalLabelReference reads a value of the 'label_reference' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalLabelReferenceList ¶
func UnmarshalLabelReferenceList(source interface{}) (items []*LabelReference, err error)
UnmarshalLabelReferenceList reads a list of values of the 'label_reference' type from the given source, which can be a slice of bytes, a string or a reader.
func (*LabelReference) Empty ¶
func (o *LabelReference) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*LabelReference) GetHref ¶
func (o *LabelReference) GetHref() (value string, ok bool)
GetHref returns the value of the 'href' attribute and a flag indicating if the attribute has a value.
link to the Label associated to the OSD FM managed cluster
func (*LabelReference) GetId ¶
func (o *LabelReference) GetId() (value string, ok bool)
GetId returns the value of the 'id' attribute and a flag indicating if the attribute has a value.
Id of the Label associated to the OSD FM managed cluster
func (*LabelReference) Href ¶
func (o *LabelReference) Href() string
Href returns the value of the 'href' attribute, or the zero value of the type if the attribute doesn't have a value.
link to the Label associated to the OSD FM managed cluster
func (*LabelReference) Id ¶
func (o *LabelReference) Id() string
Id returns the value of the 'id' attribute, or the zero value of the type if the attribute doesn't have a value.
Id of the Label associated to the OSD FM managed cluster
type LabelReferenceBuilder ¶
type LabelReferenceBuilder struct {
// contains filtered or unexported fields
}
label reference settings of the cluster.
func NewLabelReference ¶
func NewLabelReference() *LabelReferenceBuilder
NewLabelReference creates a new builder of 'label_reference' objects.
func (*LabelReferenceBuilder) Build ¶
func (b *LabelReferenceBuilder) Build() (object *LabelReference, err error)
Build creates a 'label_reference' object using the configuration stored in the builder.
func (*LabelReferenceBuilder) Copy ¶
func (b *LabelReferenceBuilder) Copy(object *LabelReference) *LabelReferenceBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*LabelReferenceBuilder) Empty ¶
func (b *LabelReferenceBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*LabelReferenceBuilder) Href ¶
func (b *LabelReferenceBuilder) Href(value string) *LabelReferenceBuilder
Href sets the value of the 'href' attribute to the given value.
func (*LabelReferenceBuilder) Id ¶
func (b *LabelReferenceBuilder) Id(value string) *LabelReferenceBuilder
Id sets the value of the 'id' attribute to the given value.
type LabelReferenceList ¶
type LabelReferenceList struct {
// contains filtered or unexported fields
}
LabelReferenceList is a list of values of the 'label_reference' type.
func (*LabelReferenceList) Each ¶
func (l *LabelReferenceList) Each(f func(item *LabelReference) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelReferenceList) Empty ¶
func (l *LabelReferenceList) Empty() bool
Empty returns true if the list is empty.
func (*LabelReferenceList) Get ¶
func (l *LabelReferenceList) Get(i int) *LabelReference
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*LabelReferenceList) Items ¶
func (l *LabelReferenceList) Items() []*LabelReference
Items returns the items of the list.
func (*LabelReferenceList) Len ¶
func (l *LabelReferenceList) Len() int
Len returns the length of the list.
func (*LabelReferenceList) Range ¶
func (l *LabelReferenceList) Range(f func(index int, item *LabelReference) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelReferenceList) SetHREF ¶
func (l *LabelReferenceList) SetHREF(href string)
Items sets the items of the list.
func (*LabelReferenceList) SetItems ¶
func (l *LabelReferenceList) SetItems(items []*LabelReference)
Items sets the items of the list.
func (*LabelReferenceList) SetLink ¶
func (l *LabelReferenceList) SetLink(link bool)
Items sets the items of the list.
func (*LabelReferenceList) Slice ¶
func (l *LabelReferenceList) Slice() []*LabelReference
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type LabelReferenceListBuilder ¶
type LabelReferenceListBuilder struct {
// contains filtered or unexported fields
}
LabelReferenceListBuilder contains the data and logic needed to build 'label_reference' objects.
func NewLabelReferenceList ¶
func NewLabelReferenceList() *LabelReferenceListBuilder
NewLabelReferenceList creates a new builder of 'label_reference' objects.
func (*LabelReferenceListBuilder) Build ¶
func (b *LabelReferenceListBuilder) Build() (list *LabelReferenceList, err error)
Build creates a list of 'label_reference' objects using the configuration stored in the builder.
func (*LabelReferenceListBuilder) Copy ¶
func (b *LabelReferenceListBuilder) Copy(list *LabelReferenceList) *LabelReferenceListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*LabelReferenceListBuilder) Empty ¶
func (b *LabelReferenceListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*LabelReferenceListBuilder) Items ¶
func (b *LabelReferenceListBuilder) Items(values ...*LabelReferenceBuilder) *LabelReferenceListBuilder
Items sets the items of the list.
type LabelRequestPayload ¶
type LabelRequestPayload struct {
// contains filtered or unexported fields
}
LabelRequestPayload represents the values of the 'label_request_payload' type.
func ReadLabelRequestPayload ¶
func ReadLabelRequestPayload(iterator *jsoniter.Iterator) *LabelRequestPayload
ReadLabelRequestPayload reads a value of the 'label_request_payload' type from the given iterator.
func ReadLabelRequestPayloadList ¶
func ReadLabelRequestPayloadList(iterator *jsoniter.Iterator) []*LabelRequestPayload
ReadLabelRequestPayloadList reads list of values of the ”label_request_payload' type from the given iterator.
func UnmarshalLabelRequestPayload ¶
func UnmarshalLabelRequestPayload(source interface{}) (object *LabelRequestPayload, err error)
UnmarshalLabelRequestPayload reads a value of the 'label_request_payload' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalLabelRequestPayloadList ¶
func UnmarshalLabelRequestPayloadList(source interface{}) (items []*LabelRequestPayload, err error)
UnmarshalLabelRequestPayloadList reads a list of values of the 'label_request_payload' type from the given source, which can be a slice of bytes, a string or a reader.
func (*LabelRequestPayload) Empty ¶
func (o *LabelRequestPayload) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*LabelRequestPayload) GetKey ¶
func (o *LabelRequestPayload) GetKey() (value string, ok bool)
GetKey returns the value of the 'key' attribute and a flag indicating if the attribute has a value.
func (*LabelRequestPayload) GetValue ¶
func (o *LabelRequestPayload) GetValue() (value string, ok bool)
GetValue returns the value of the 'value' attribute and a flag indicating if the attribute has a value.
func (*LabelRequestPayload) Key ¶
func (o *LabelRequestPayload) Key() string
Key returns the value of the 'key' attribute, or the zero value of the type if the attribute doesn't have a value.
func (*LabelRequestPayload) Value ¶
func (o *LabelRequestPayload) Value() string
Value returns the value of the 'value' attribute, or the zero value of the type if the attribute doesn't have a value.
type LabelRequestPayloadBuilder ¶
type LabelRequestPayloadBuilder struct {
// contains filtered or unexported fields
}
func NewLabelRequestPayload ¶
func NewLabelRequestPayload() *LabelRequestPayloadBuilder
NewLabelRequestPayload creates a new builder of 'label_request_payload' objects.
func (*LabelRequestPayloadBuilder) Build ¶
func (b *LabelRequestPayloadBuilder) Build() (object *LabelRequestPayload, err error)
Build creates a 'label_request_payload' object using the configuration stored in the builder.
func (*LabelRequestPayloadBuilder) Copy ¶
func (b *LabelRequestPayloadBuilder) Copy(object *LabelRequestPayload) *LabelRequestPayloadBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*LabelRequestPayloadBuilder) Empty ¶
func (b *LabelRequestPayloadBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*LabelRequestPayloadBuilder) Key ¶
func (b *LabelRequestPayloadBuilder) Key(value string) *LabelRequestPayloadBuilder
Key sets the value of the 'key' attribute to the given value.
func (*LabelRequestPayloadBuilder) Value ¶
func (b *LabelRequestPayloadBuilder) Value(value string) *LabelRequestPayloadBuilder
Value sets the value of the 'value' attribute to the given value.
type LabelRequestPayloadList ¶
type LabelRequestPayloadList struct {
// contains filtered or unexported fields
}
LabelRequestPayloadList is a list of values of the 'label_request_payload' type.
func (*LabelRequestPayloadList) Each ¶
func (l *LabelRequestPayloadList) Each(f func(item *LabelRequestPayload) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelRequestPayloadList) Empty ¶
func (l *LabelRequestPayloadList) Empty() bool
Empty returns true if the list is empty.
func (*LabelRequestPayloadList) Get ¶
func (l *LabelRequestPayloadList) Get(i int) *LabelRequestPayload
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*LabelRequestPayloadList) Items ¶
func (l *LabelRequestPayloadList) Items() []*LabelRequestPayload
Items returns the items of the list.
func (*LabelRequestPayloadList) Len ¶
func (l *LabelRequestPayloadList) Len() int
Len returns the length of the list.
func (*LabelRequestPayloadList) Range ¶
func (l *LabelRequestPayloadList) Range(f func(index int, item *LabelRequestPayload) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*LabelRequestPayloadList) SetHREF ¶
func (l *LabelRequestPayloadList) SetHREF(href string)
Items sets the items of the list.
func (*LabelRequestPayloadList) SetItems ¶
func (l *LabelRequestPayloadList) SetItems(items []*LabelRequestPayload)
Items sets the items of the list.
func (*LabelRequestPayloadList) SetLink ¶
func (l *LabelRequestPayloadList) SetLink(link bool)
Items sets the items of the list.
func (*LabelRequestPayloadList) Slice ¶
func (l *LabelRequestPayloadList) Slice() []*LabelRequestPayload
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type LabelRequestPayloadListBuilder ¶
type LabelRequestPayloadListBuilder struct {
// contains filtered or unexported fields
}
LabelRequestPayloadListBuilder contains the data and logic needed to build 'label_request_payload' objects.
func NewLabelRequestPayloadList ¶
func NewLabelRequestPayloadList() *LabelRequestPayloadListBuilder
NewLabelRequestPayloadList creates a new builder of 'label_request_payload' objects.
func (*LabelRequestPayloadListBuilder) Build ¶
func (b *LabelRequestPayloadListBuilder) Build() (list *LabelRequestPayloadList, err error)
Build creates a list of 'label_request_payload' objects using the configuration stored in the builder.
func (*LabelRequestPayloadListBuilder) Copy ¶
func (b *LabelRequestPayloadListBuilder) Copy(list *LabelRequestPayloadList) *LabelRequestPayloadListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*LabelRequestPayloadListBuilder) Empty ¶
func (b *LabelRequestPayloadListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*LabelRequestPayloadListBuilder) Items ¶
func (b *LabelRequestPayloadListBuilder) Items(values ...*LabelRequestPayloadBuilder) *LabelRequestPayloadListBuilder
Items sets the items of the list.
type ManagementCluster ¶
type ManagementCluster struct {
// contains filtered or unexported fields
}
ManagementCluster represents the values of the 'management_cluster' type.
Definition of an _OpenShift_ cluster.
The `cloud_provider` attribute is a reference to the cloud provider. When a cluster is retrieved it will be a link to the cloud provider, containing only the kind, id and href attributes:
```json
{ "cloud_provider": { "kind": "CloudProviderLink", "id": "123", "href": "/api/clusters_mgmt/v1/cloud_providers/123" } }
```
When a cluster is created this is optional, and if used it should contain the identifier of the cloud provider to use:
```json
{ "cloud_provider": { "id": "123", } }
```
If not included, then the cluster will be created using the default cloud provider, which is currently Amazon Web Services.
The region attribute is mandatory when a cluster is created.
The `aws.access_key_id`, `aws.secret_access_key` and `dns.base_domain` attributes are mandatory when creation a cluster with your own Amazon Web Services account.
func ReadManagementCluster ¶
func ReadManagementCluster(iterator *jsoniter.Iterator) *ManagementCluster
ReadManagementCluster reads a value of the 'management_cluster' type from the given iterator.
func ReadManagementClusterList ¶
func ReadManagementClusterList(iterator *jsoniter.Iterator) []*ManagementCluster
ReadManagementClusterList reads list of values of the ”management_cluster' type from the given iterator.
func UnmarshalManagementCluster ¶
func UnmarshalManagementCluster(source interface{}) (object *ManagementCluster, err error)
UnmarshalManagementCluster reads a value of the 'management_cluster' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalManagementClusterList ¶
func UnmarshalManagementClusterList(source interface{}) (items []*ManagementCluster, err error)
UnmarshalManagementClusterList reads a list of values of the 'management_cluster' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ManagementCluster) CloudProvider ¶
func (o *ManagementCluster) CloudProvider() string
CloudProvider returns the value of the 'cloud_provider' attribute, or the zero value of the type if the attribute doesn't have a value.
Cloud provider where the cluster is installed.
func (*ManagementCluster) ClusterManagementReference ¶
func (o *ManagementCluster) ClusterManagementReference() *ClusterManagementReference
ClusterManagementReference returns the value of the 'cluster_management_reference' attribute, or the zero value of the type if the attribute doesn't have a value.
Cluster mgmt reference
func (*ManagementCluster) CreationTimestamp ¶
func (o *ManagementCluster) CreationTimestamp() time.Time
CreationTimestamp returns the value of the 'creation_timestamp' attribute, or the zero value of the type if the attribute doesn't have a value.
Creation timestamp of the cluster
func (*ManagementCluster) DNS ¶
func (o *ManagementCluster) DNS() *DNS
DNS returns the value of the 'DNS' attribute, or the zero value of the type if the attribute doesn't have a value.
DNS settings of the cluster.
func (*ManagementCluster) Empty ¶
func (o *ManagementCluster) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ManagementCluster) GetCloudProvider ¶
func (o *ManagementCluster) GetCloudProvider() (value string, ok bool)
GetCloudProvider returns the value of the 'cloud_provider' attribute and a flag indicating if the attribute has a value.
Cloud provider where the cluster is installed.
func (*ManagementCluster) GetClusterManagementReference ¶
func (o *ManagementCluster) GetClusterManagementReference() (value *ClusterManagementReference, ok bool)
GetClusterManagementReference returns the value of the 'cluster_management_reference' attribute and a flag indicating if the attribute has a value.
Cluster mgmt reference
func (*ManagementCluster) GetCreationTimestamp ¶
func (o *ManagementCluster) GetCreationTimestamp() (value time.Time, ok bool)
GetCreationTimestamp returns the value of the 'creation_timestamp' attribute and a flag indicating if the attribute has a value.
Creation timestamp of the cluster
func (*ManagementCluster) GetDNS ¶
func (o *ManagementCluster) GetDNS() (value *DNS, ok bool)
GetDNS returns the value of the 'DNS' attribute and a flag indicating if the attribute has a value.
DNS settings of the cluster.
func (*ManagementCluster) GetHREF ¶
func (o *ManagementCluster) GetHREF() (value string, ok bool)
GetHREF returns the link of the object and a flag indicating if the link has a value.
func (*ManagementCluster) GetID ¶
func (o *ManagementCluster) GetID() (value string, ok bool)
GetID returns the identifier of the object and a flag indicating if the identifier has a value.
func (*ManagementCluster) GetLabels ¶
func (o *ManagementCluster) GetLabels() (value []*Label, ok bool)
GetLabels returns the value of the 'labels' attribute and a flag indicating if the attribute has a value.
Labels on management cluster
func (*ManagementCluster) GetName ¶
func (o *ManagementCluster) GetName() (value string, ok bool)
GetName returns the value of the 'name' attribute and a flag indicating if the attribute has a value.
Cluster name
func (*ManagementCluster) GetParent ¶
func (o *ManagementCluster) GetParent() (value *ManagementClusterParent, ok bool)
GetParent returns the value of the 'parent' attribute and a flag indicating if the attribute has a value.
Service cluster handling the management cluster
func (*ManagementCluster) GetRegion ¶
func (o *ManagementCluster) GetRegion() (value string, ok bool)
GetRegion returns the value of the 'region' attribute and a flag indicating if the attribute has a value.
Cloud provider region where the cluster is installed.
func (*ManagementCluster) GetSector ¶
func (o *ManagementCluster) GetSector() (value string, ok bool)
GetSector returns the value of the 'sector' attribute and a flag indicating if the attribute has a value.
Sector of cluster
func (*ManagementCluster) GetStatus ¶
func (o *ManagementCluster) GetStatus() (value string, ok bool)
GetStatus returns the value of the 'status' attribute and a flag indicating if the attribute has a value.
Status of cluster
func (*ManagementCluster) GetUpdateTimestamp ¶
func (o *ManagementCluster) GetUpdateTimestamp() (value time.Time, ok bool)
GetUpdateTimestamp returns the value of the 'update_timestamp' attribute and a flag indicating if the attribute has a value.
Update timestamp of the cluster
func (*ManagementCluster) HREF ¶
func (o *ManagementCluster) HREF() string
HREF returns the link to the object.
func (*ManagementCluster) ID ¶
func (o *ManagementCluster) ID() string
ID returns the identifier of the object.
func (*ManagementCluster) Kind ¶
func (o *ManagementCluster) Kind() string
Kind returns the name of the type of the object.
func (*ManagementCluster) Labels ¶
func (o *ManagementCluster) Labels() []*Label
Labels returns the value of the 'labels' attribute, or the zero value of the type if the attribute doesn't have a value.
Labels on management cluster
func (*ManagementCluster) Link ¶
func (o *ManagementCluster) Link() bool
Link returns true if this is a link.
func (*ManagementCluster) Name ¶
func (o *ManagementCluster) Name() string
Name returns the value of the 'name' attribute, or the zero value of the type if the attribute doesn't have a value.
Cluster name
func (*ManagementCluster) Parent ¶
func (o *ManagementCluster) Parent() *ManagementClusterParent
Parent returns the value of the 'parent' attribute, or the zero value of the type if the attribute doesn't have a value.
Service cluster handling the management cluster
func (*ManagementCluster) Region ¶
func (o *ManagementCluster) Region() string
Region returns the value of the 'region' attribute, or the zero value of the type if the attribute doesn't have a value.
Cloud provider region where the cluster is installed.
func (*ManagementCluster) Sector ¶
func (o *ManagementCluster) Sector() string
Sector returns the value of the 'sector' attribute, or the zero value of the type if the attribute doesn't have a value.
Sector of cluster
func (*ManagementCluster) Status ¶
func (o *ManagementCluster) Status() string
Status returns the value of the 'status' attribute, or the zero value of the type if the attribute doesn't have a value.
Status of cluster
func (*ManagementCluster) UpdateTimestamp ¶
func (o *ManagementCluster) UpdateTimestamp() time.Time
UpdateTimestamp returns the value of the 'update_timestamp' attribute, or the zero value of the type if the attribute doesn't have a value.
Update timestamp of the cluster
type ManagementClusterBuilder ¶
type ManagementClusterBuilder struct {
// contains filtered or unexported fields
}
Definition of an _OpenShift_ cluster.
The `cloud_provider` attribute is a reference to the cloud provider. When a cluster is retrieved it will be a link to the cloud provider, containing only the kind, id and href attributes:
```json
{ "cloud_provider": { "kind": "CloudProviderLink", "id": "123", "href": "/api/clusters_mgmt/v1/cloud_providers/123" } }
```
When a cluster is created this is optional, and if used it should contain the identifier of the cloud provider to use:
```json
{ "cloud_provider": { "id": "123", } }
```
If not included, then the cluster will be created using the default cloud provider, which is currently Amazon Web Services.
The region attribute is mandatory when a cluster is created.
The `aws.access_key_id`, `aws.secret_access_key` and `dns.base_domain` attributes are mandatory when creation a cluster with your own Amazon Web Services account.
func NewManagementCluster ¶
func NewManagementCluster() *ManagementClusterBuilder
NewManagementCluster creates a new builder of 'management_cluster' objects.
func (*ManagementClusterBuilder) Build ¶
func (b *ManagementClusterBuilder) Build() (object *ManagementCluster, err error)
Build creates a 'management_cluster' object using the configuration stored in the builder.
func (*ManagementClusterBuilder) CloudProvider ¶
func (b *ManagementClusterBuilder) CloudProvider(value string) *ManagementClusterBuilder
CloudProvider sets the value of the 'cloud_provider' attribute to the given value.
func (*ManagementClusterBuilder) ClusterManagementReference ¶
func (b *ManagementClusterBuilder) ClusterManagementReference(value *ClusterManagementReferenceBuilder) *ManagementClusterBuilder
ClusterManagementReference sets the value of the 'cluster_management_reference' attribute to the given value.
Cluster Mgmt reference settings of the cluster.
func (*ManagementClusterBuilder) Copy ¶
func (b *ManagementClusterBuilder) Copy(object *ManagementCluster) *ManagementClusterBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ManagementClusterBuilder) CreationTimestamp ¶
func (b *ManagementClusterBuilder) CreationTimestamp(value time.Time) *ManagementClusterBuilder
CreationTimestamp sets the value of the 'creation_timestamp' attribute to the given value.
func (*ManagementClusterBuilder) DNS ¶
func (b *ManagementClusterBuilder) DNS(value *DNSBuilder) *ManagementClusterBuilder
DNS sets the value of the 'DNS' attribute to the given value.
DNS settings of the cluster.
func (*ManagementClusterBuilder) Empty ¶
func (b *ManagementClusterBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ManagementClusterBuilder) HREF ¶
func (b *ManagementClusterBuilder) HREF(value string) *ManagementClusterBuilder
HREF sets the link to the object.
func (*ManagementClusterBuilder) ID ¶
func (b *ManagementClusterBuilder) ID(value string) *ManagementClusterBuilder
ID sets the identifier of the object.
func (*ManagementClusterBuilder) Labels ¶
func (b *ManagementClusterBuilder) Labels(values ...*LabelBuilder) *ManagementClusterBuilder
Labels sets the value of the 'labels' attribute to the given values.
func (*ManagementClusterBuilder) Link ¶
func (b *ManagementClusterBuilder) Link(value bool) *ManagementClusterBuilder
Link sets the flag that indicates if this is a link.
func (*ManagementClusterBuilder) Name ¶
func (b *ManagementClusterBuilder) Name(value string) *ManagementClusterBuilder
Name sets the value of the 'name' attribute to the given value.
func (*ManagementClusterBuilder) Parent ¶
func (b *ManagementClusterBuilder) Parent(value *ManagementClusterParentBuilder) *ManagementClusterBuilder
Parent sets the value of the 'parent' attribute to the given value.
ManagementClusterParent reference settings of the cluster.
func (*ManagementClusterBuilder) Region ¶
func (b *ManagementClusterBuilder) Region(value string) *ManagementClusterBuilder
Region sets the value of the 'region' attribute to the given value.
func (*ManagementClusterBuilder) Sector ¶
func (b *ManagementClusterBuilder) Sector(value string) *ManagementClusterBuilder
Sector sets the value of the 'sector' attribute to the given value.
func (*ManagementClusterBuilder) Status ¶
func (b *ManagementClusterBuilder) Status(value string) *ManagementClusterBuilder
Status sets the value of the 'status' attribute to the given value.
func (*ManagementClusterBuilder) UpdateTimestamp ¶
func (b *ManagementClusterBuilder) UpdateTimestamp(value time.Time) *ManagementClusterBuilder
UpdateTimestamp sets the value of the 'update_timestamp' attribute to the given value.
type ManagementClusterList ¶
type ManagementClusterList struct {
// contains filtered or unexported fields
}
ManagementClusterList is a list of values of the 'management_cluster' type.
func (*ManagementClusterList) Each ¶
func (l *ManagementClusterList) Each(f func(item *ManagementCluster) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterList) Empty ¶
func (l *ManagementClusterList) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterList) Get ¶
func (l *ManagementClusterList) Get(i int) *ManagementCluster
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ManagementClusterList) GetHREF ¶
func (l *ManagementClusterList) GetHREF() (value string, ok bool)
GetHREF returns the link of the list and a flag indicating if the link has a value.
func (*ManagementClusterList) HREF ¶
func (l *ManagementClusterList) HREF() string
HREF returns the link to the list.
func (*ManagementClusterList) Items ¶
func (l *ManagementClusterList) Items() []*ManagementCluster
Items returns the items of the list.
func (*ManagementClusterList) Kind ¶
func (l *ManagementClusterList) Kind() string
Kind returns the name of the type of the object.
func (*ManagementClusterList) Len ¶
func (l *ManagementClusterList) Len() int
Len returns the length of the list.
func (*ManagementClusterList) Link ¶
func (l *ManagementClusterList) Link() bool
Link returns true iif this is a link.
func (*ManagementClusterList) Range ¶
func (l *ManagementClusterList) Range(f func(index int, item *ManagementCluster) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterList) SetHREF ¶
func (l *ManagementClusterList) SetHREF(href string)
Items sets the items of the list.
func (*ManagementClusterList) SetItems ¶
func (l *ManagementClusterList) SetItems(items []*ManagementCluster)
Items sets the items of the list.
func (*ManagementClusterList) SetLink ¶
func (l *ManagementClusterList) SetLink(link bool)
Items sets the items of the list.
func (*ManagementClusterList) Slice ¶
func (l *ManagementClusterList) Slice() []*ManagementCluster
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ManagementClusterListBuilder ¶
type ManagementClusterListBuilder struct {
// contains filtered or unexported fields
}
ManagementClusterListBuilder contains the data and logic needed to build 'management_cluster' objects.
func NewManagementClusterList ¶
func NewManagementClusterList() *ManagementClusterListBuilder
NewManagementClusterList creates a new builder of 'management_cluster' objects.
func (*ManagementClusterListBuilder) Build ¶
func (b *ManagementClusterListBuilder) Build() (list *ManagementClusterList, err error)
Build creates a list of 'management_cluster' objects using the configuration stored in the builder.
func (*ManagementClusterListBuilder) Copy ¶
func (b *ManagementClusterListBuilder) Copy(list *ManagementClusterList) *ManagementClusterListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ManagementClusterListBuilder) Empty ¶
func (b *ManagementClusterListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterListBuilder) Items ¶
func (b *ManagementClusterListBuilder) Items(values ...*ManagementClusterBuilder) *ManagementClusterListBuilder
Items sets the items of the list.
type ManagementClusterParent ¶
type ManagementClusterParent struct {
// contains filtered or unexported fields
}
ManagementClusterParent represents the values of the 'management_cluster_parent' type.
ManagementClusterParent reference settings of the cluster.
func ReadManagementClusterParent ¶
func ReadManagementClusterParent(iterator *jsoniter.Iterator) *ManagementClusterParent
ReadManagementClusterParent reads a value of the 'management_cluster_parent' type from the given iterator.
func ReadManagementClusterParentList ¶
func ReadManagementClusterParentList(iterator *jsoniter.Iterator) []*ManagementClusterParent
ReadManagementClusterParentList reads list of values of the ”management_cluster_parent' type from the given iterator.
func UnmarshalManagementClusterParent ¶
func UnmarshalManagementClusterParent(source interface{}) (object *ManagementClusterParent, err error)
UnmarshalManagementClusterParent reads a value of the 'management_cluster_parent' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalManagementClusterParentList ¶
func UnmarshalManagementClusterParentList(source interface{}) (items []*ManagementClusterParent, err error)
UnmarshalManagementClusterParentList reads a list of values of the 'management_cluster_parent' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ManagementClusterParent) ClusterId ¶
func (o *ManagementClusterParent) ClusterId() string
ClusterId returns the value of the 'cluster_id' attribute, or the zero value of the type if the attribute doesn't have a value.
Parent Cluster ID
func (*ManagementClusterParent) Empty ¶
func (o *ManagementClusterParent) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ManagementClusterParent) GetClusterId ¶
func (o *ManagementClusterParent) GetClusterId() (value string, ok bool)
GetClusterId returns the value of the 'cluster_id' attribute and a flag indicating if the attribute has a value.
Parent Cluster ID
func (*ManagementClusterParent) GetHref ¶
func (o *ManagementClusterParent) GetHref() (value string, ok bool)
GetHref returns the value of the 'href' attribute and a flag indicating if the attribute has a value.
Reference link to internal parent cluster
func (*ManagementClusterParent) GetKind ¶
func (o *ManagementClusterParent) GetKind() (value string, ok bool)
GetKind returns the value of the 'kind' attribute and a flag indicating if the attribute has a value.
Kind of internal parent cluster
func (*ManagementClusterParent) GetName ¶
func (o *ManagementClusterParent) GetName() (value string, ok bool)
GetName returns the value of the 'name' attribute and a flag indicating if the attribute has a value.
Parent Cluster Name
func (*ManagementClusterParent) Href ¶
func (o *ManagementClusterParent) Href() string
Href returns the value of the 'href' attribute, or the zero value of the type if the attribute doesn't have a value.
Reference link to internal parent cluster
func (*ManagementClusterParent) Kind ¶
func (o *ManagementClusterParent) Kind() string
Kind returns the value of the 'kind' attribute, or the zero value of the type if the attribute doesn't have a value.
Kind of internal parent cluster
func (*ManagementClusterParent) Name ¶
func (o *ManagementClusterParent) Name() string
Name returns the value of the 'name' attribute, or the zero value of the type if the attribute doesn't have a value.
Parent Cluster Name
type ManagementClusterParentBuilder ¶
type ManagementClusterParentBuilder struct {
// contains filtered or unexported fields
}
ManagementClusterParent reference settings of the cluster.
func NewManagementClusterParent ¶
func NewManagementClusterParent() *ManagementClusterParentBuilder
NewManagementClusterParent creates a new builder of 'management_cluster_parent' objects.
func (*ManagementClusterParentBuilder) Build ¶
func (b *ManagementClusterParentBuilder) Build() (object *ManagementClusterParent, err error)
Build creates a 'management_cluster_parent' object using the configuration stored in the builder.
func (*ManagementClusterParentBuilder) ClusterId ¶
func (b *ManagementClusterParentBuilder) ClusterId(value string) *ManagementClusterParentBuilder
ClusterId sets the value of the 'cluster_id' attribute to the given value.
func (*ManagementClusterParentBuilder) Copy ¶
func (b *ManagementClusterParentBuilder) Copy(object *ManagementClusterParent) *ManagementClusterParentBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ManagementClusterParentBuilder) Empty ¶
func (b *ManagementClusterParentBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ManagementClusterParentBuilder) Href ¶
func (b *ManagementClusterParentBuilder) Href(value string) *ManagementClusterParentBuilder
Href sets the value of the 'href' attribute to the given value.
func (*ManagementClusterParentBuilder) Kind ¶
func (b *ManagementClusterParentBuilder) Kind(value string) *ManagementClusterParentBuilder
Kind sets the value of the 'kind' attribute to the given value.
func (*ManagementClusterParentBuilder) Name ¶
func (b *ManagementClusterParentBuilder) Name(value string) *ManagementClusterParentBuilder
Name sets the value of the 'name' attribute to the given value.
type ManagementClusterParentList ¶
type ManagementClusterParentList struct {
// contains filtered or unexported fields
}
ManagementClusterParentList is a list of values of the 'management_cluster_parent' type.
func (*ManagementClusterParentList) Each ¶
func (l *ManagementClusterParentList) Each(f func(item *ManagementClusterParent) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterParentList) Empty ¶
func (l *ManagementClusterParentList) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterParentList) Get ¶
func (l *ManagementClusterParentList) Get(i int) *ManagementClusterParent
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ManagementClusterParentList) Items ¶
func (l *ManagementClusterParentList) Items() []*ManagementClusterParent
Items returns the items of the list.
func (*ManagementClusterParentList) Len ¶
func (l *ManagementClusterParentList) Len() int
Len returns the length of the list.
func (*ManagementClusterParentList) Range ¶
func (l *ManagementClusterParentList) Range(f func(index int, item *ManagementClusterParent) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterParentList) SetHREF ¶
func (l *ManagementClusterParentList) SetHREF(href string)
Items sets the items of the list.
func (*ManagementClusterParentList) SetItems ¶
func (l *ManagementClusterParentList) SetItems(items []*ManagementClusterParent)
Items sets the items of the list.
func (*ManagementClusterParentList) SetLink ¶
func (l *ManagementClusterParentList) SetLink(link bool)
Items sets the items of the list.
func (*ManagementClusterParentList) Slice ¶
func (l *ManagementClusterParentList) Slice() []*ManagementClusterParent
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ManagementClusterParentListBuilder ¶
type ManagementClusterParentListBuilder struct {
// contains filtered or unexported fields
}
ManagementClusterParentListBuilder contains the data and logic needed to build 'management_cluster_parent' objects.
func NewManagementClusterParentList ¶
func NewManagementClusterParentList() *ManagementClusterParentListBuilder
NewManagementClusterParentList creates a new builder of 'management_cluster_parent' objects.
func (*ManagementClusterParentListBuilder) Build ¶
func (b *ManagementClusterParentListBuilder) Build() (list *ManagementClusterParentList, err error)
Build creates a list of 'management_cluster_parent' objects using the configuration stored in the builder.
func (*ManagementClusterParentListBuilder) Copy ¶
func (b *ManagementClusterParentListBuilder) Copy(list *ManagementClusterParentList) *ManagementClusterParentListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ManagementClusterParentListBuilder) Empty ¶
func (b *ManagementClusterParentListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterParentListBuilder) Items ¶
func (b *ManagementClusterParentListBuilder) Items(values ...*ManagementClusterParentBuilder) *ManagementClusterParentListBuilder
Items sets the items of the list.
type ManagementClusterRequestPayload ¶
type ManagementClusterRequestPayload struct {
// contains filtered or unexported fields
}
ManagementClusterRequestPayload represents the values of the 'management_cluster_request_payload' type.
func ReadManagementClusterRequestPayload ¶
func ReadManagementClusterRequestPayload(iterator *jsoniter.Iterator) *ManagementClusterRequestPayload
ReadManagementClusterRequestPayload reads a value of the 'management_cluster_request_payload' type from the given iterator.
func ReadManagementClusterRequestPayloadList ¶
func ReadManagementClusterRequestPayloadList(iterator *jsoniter.Iterator) []*ManagementClusterRequestPayload
ReadManagementClusterRequestPayloadList reads list of values of the ”management_cluster_request_payload' type from the given iterator.
func UnmarshalManagementClusterRequestPayload ¶
func UnmarshalManagementClusterRequestPayload(source interface{}) (object *ManagementClusterRequestPayload, err error)
UnmarshalManagementClusterRequestPayload reads a value of the 'management_cluster_request_payload' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalManagementClusterRequestPayloadList ¶
func UnmarshalManagementClusterRequestPayloadList(source interface{}) (items []*ManagementClusterRequestPayload, err error)
UnmarshalManagementClusterRequestPayloadList reads a list of values of the 'management_cluster_request_payload' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ManagementClusterRequestPayload) Empty ¶
func (o *ManagementClusterRequestPayload) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ManagementClusterRequestPayload) GetService_cluster_idService_cluster_idService_cluster_idService_cluster_idId ¶
func (o *ManagementClusterRequestPayload) GetService_cluster_idService_cluster_idService_cluster_idService_cluster_idId() (value string, ok bool)
GetService_cluster_idService_cluster_idService_cluster_idService_cluster_idId returns the value of the 'service_cluster_id_service_cluster_id_service_cluster_id_service_cluster_id_id' attribute and a flag indicating if the attribute has a value.
func (*ManagementClusterRequestPayload) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId ¶
func (o *ManagementClusterRequestPayload) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId() string
Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId returns the value of the 'service_cluster_id_service_cluster_id_service_cluster_id_service_cluster_id_id' attribute, or the zero value of the type if the attribute doesn't have a value.
type ManagementClusterRequestPayloadBuilder ¶
type ManagementClusterRequestPayloadBuilder struct {
// contains filtered or unexported fields
}
func NewManagementClusterRequestPayload ¶
func NewManagementClusterRequestPayload() *ManagementClusterRequestPayloadBuilder
NewManagementClusterRequestPayload creates a new builder of 'management_cluster_request_payload' objects.
func (*ManagementClusterRequestPayloadBuilder) Build ¶
func (b *ManagementClusterRequestPayloadBuilder) Build() (object *ManagementClusterRequestPayload, err error)
Build creates a 'management_cluster_request_payload' object using the configuration stored in the builder.
func (*ManagementClusterRequestPayloadBuilder) Copy ¶
func (b *ManagementClusterRequestPayloadBuilder) Copy(object *ManagementClusterRequestPayload) *ManagementClusterRequestPayloadBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ManagementClusterRequestPayloadBuilder) Empty ¶
func (b *ManagementClusterRequestPayloadBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ManagementClusterRequestPayloadBuilder) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId ¶
func (b *ManagementClusterRequestPayloadBuilder) Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId(value string) *ManagementClusterRequestPayloadBuilder
Service_cluster_idService_cluster_idService_cluster_idService_cluster_idId sets the value of the 'service_cluster_id_service_cluster_id_service_cluster_id_service_cluster_id_id' attribute to the given value.
type ManagementClusterRequestPayloadList ¶
type ManagementClusterRequestPayloadList struct {
// contains filtered or unexported fields
}
ManagementClusterRequestPayloadList is a list of values of the 'management_cluster_request_payload' type.
func (*ManagementClusterRequestPayloadList) Each ¶
func (l *ManagementClusterRequestPayloadList) Each(f func(item *ManagementClusterRequestPayload) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterRequestPayloadList) Empty ¶
func (l *ManagementClusterRequestPayloadList) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterRequestPayloadList) Get ¶
func (l *ManagementClusterRequestPayloadList) Get(i int) *ManagementClusterRequestPayload
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ManagementClusterRequestPayloadList) Items ¶
func (l *ManagementClusterRequestPayloadList) Items() []*ManagementClusterRequestPayload
Items returns the items of the list.
func (*ManagementClusterRequestPayloadList) Len ¶
func (l *ManagementClusterRequestPayloadList) Len() int
Len returns the length of the list.
func (*ManagementClusterRequestPayloadList) Range ¶
func (l *ManagementClusterRequestPayloadList) Range(f func(index int, item *ManagementClusterRequestPayload) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ManagementClusterRequestPayloadList) SetHREF ¶
func (l *ManagementClusterRequestPayloadList) SetHREF(href string)
Items sets the items of the list.
func (*ManagementClusterRequestPayloadList) SetItems ¶
func (l *ManagementClusterRequestPayloadList) SetItems(items []*ManagementClusterRequestPayload)
Items sets the items of the list.
func (*ManagementClusterRequestPayloadList) SetLink ¶
func (l *ManagementClusterRequestPayloadList) SetLink(link bool)
Items sets the items of the list.
func (*ManagementClusterRequestPayloadList) Slice ¶
func (l *ManagementClusterRequestPayloadList) Slice() []*ManagementClusterRequestPayload
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ManagementClusterRequestPayloadListBuilder ¶
type ManagementClusterRequestPayloadListBuilder struct {
// contains filtered or unexported fields
}
ManagementClusterRequestPayloadListBuilder contains the data and logic needed to build 'management_cluster_request_payload' objects.
func NewManagementClusterRequestPayloadList ¶
func NewManagementClusterRequestPayloadList() *ManagementClusterRequestPayloadListBuilder
NewManagementClusterRequestPayloadList creates a new builder of 'management_cluster_request_payload' objects.
func (*ManagementClusterRequestPayloadListBuilder) Build ¶
func (b *ManagementClusterRequestPayloadListBuilder) Build() (list *ManagementClusterRequestPayloadList, err error)
Build creates a list of 'management_cluster_request_payload' objects using the configuration stored in the builder.
func (*ManagementClusterRequestPayloadListBuilder) Copy ¶
func (b *ManagementClusterRequestPayloadListBuilder) Copy(list *ManagementClusterRequestPayloadList) *ManagementClusterRequestPayloadListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ManagementClusterRequestPayloadListBuilder) Empty ¶
func (b *ManagementClusterRequestPayloadListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ManagementClusterRequestPayloadListBuilder) Items ¶
func (b *ManagementClusterRequestPayloadListBuilder) Items(values ...*ManagementClusterRequestPayloadBuilder) *ManagementClusterRequestPayloadListBuilder
Items sets the items of the list.
type Metadata ¶
type Metadata struct {
// contains filtered or unexported fields
}
Metadata contains the version metadata.
func UnmarshalMetadata ¶
UnmarshalMetadata reads a value of the metadata type from the given source, which which can be a reader, a slice of byte or a string.
func (*Metadata) GetServerVersion ¶
GetServerVersion returns the value of the server version and a flag indicating if the attribute has a value.
func (*Metadata) ServerVersion ¶
ServerVersion returns the version of the server.
type ProvisionShardReference ¶
type ProvisionShardReference struct {
// contains filtered or unexported fields
}
ProvisionShardReference represents the values of the 'provision_shard_reference' type.
Provision Shard Reference of the cluster.
func ReadProvisionShardReference ¶
func ReadProvisionShardReference(iterator *jsoniter.Iterator) *ProvisionShardReference
ReadProvisionShardReference reads a value of the 'provision_shard_reference' type from the given iterator.
func ReadProvisionShardReferenceList ¶
func ReadProvisionShardReferenceList(iterator *jsoniter.Iterator) []*ProvisionShardReference
ReadProvisionShardReferenceList reads list of values of the ”provision_shard_reference' type from the given iterator.
func UnmarshalProvisionShardReference ¶
func UnmarshalProvisionShardReference(source interface{}) (object *ProvisionShardReference, err error)
UnmarshalProvisionShardReference reads a value of the 'provision_shard_reference' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalProvisionShardReferenceList ¶
func UnmarshalProvisionShardReferenceList(source interface{}) (items []*ProvisionShardReference, err error)
UnmarshalProvisionShardReferenceList reads a list of values of the 'provision_shard_reference' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ProvisionShardReference) Empty ¶
func (o *ProvisionShardReference) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ProvisionShardReference) GetHref ¶
func (o *ProvisionShardReference) GetHref() (value string, ok bool)
GetHref returns the value of the 'href' attribute and a flag indicating if the attribute has a value.
link to the Provision Shards associated to the cluster
func (*ProvisionShardReference) GetId ¶
func (o *ProvisionShardReference) GetId() (value string, ok bool)
GetId returns the value of the 'id' attribute and a flag indicating if the attribute has a value.
Id of the Provision Shards associated to the Ocluster
func (*ProvisionShardReference) Href ¶
func (o *ProvisionShardReference) Href() string
Href returns the value of the 'href' attribute, or the zero value of the type if the attribute doesn't have a value.
link to the Provision Shards associated to the cluster
func (*ProvisionShardReference) Id ¶
func (o *ProvisionShardReference) Id() string
Id returns the value of the 'id' attribute, or the zero value of the type if the attribute doesn't have a value.
Id of the Provision Shards associated to the Ocluster
type ProvisionShardReferenceBuilder ¶
type ProvisionShardReferenceBuilder struct {
// contains filtered or unexported fields
}
Provision Shard Reference of the cluster.
func NewProvisionShardReference ¶
func NewProvisionShardReference() *ProvisionShardReferenceBuilder
NewProvisionShardReference creates a new builder of 'provision_shard_reference' objects.
func (*ProvisionShardReferenceBuilder) Build ¶
func (b *ProvisionShardReferenceBuilder) Build() (object *ProvisionShardReference, err error)
Build creates a 'provision_shard_reference' object using the configuration stored in the builder.
func (*ProvisionShardReferenceBuilder) Copy ¶
func (b *ProvisionShardReferenceBuilder) Copy(object *ProvisionShardReference) *ProvisionShardReferenceBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ProvisionShardReferenceBuilder) Empty ¶
func (b *ProvisionShardReferenceBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ProvisionShardReferenceBuilder) Href ¶
func (b *ProvisionShardReferenceBuilder) Href(value string) *ProvisionShardReferenceBuilder
Href sets the value of the 'href' attribute to the given value.
func (*ProvisionShardReferenceBuilder) Id ¶
func (b *ProvisionShardReferenceBuilder) Id(value string) *ProvisionShardReferenceBuilder
Id sets the value of the 'id' attribute to the given value.
type ProvisionShardReferenceList ¶
type ProvisionShardReferenceList struct {
// contains filtered or unexported fields
}
ProvisionShardReferenceList is a list of values of the 'provision_shard_reference' type.
func (*ProvisionShardReferenceList) Each ¶
func (l *ProvisionShardReferenceList) Each(f func(item *ProvisionShardReference) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ProvisionShardReferenceList) Empty ¶
func (l *ProvisionShardReferenceList) Empty() bool
Empty returns true if the list is empty.
func (*ProvisionShardReferenceList) Get ¶
func (l *ProvisionShardReferenceList) Get(i int) *ProvisionShardReference
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ProvisionShardReferenceList) Items ¶
func (l *ProvisionShardReferenceList) Items() []*ProvisionShardReference
Items returns the items of the list.
func (*ProvisionShardReferenceList) Len ¶
func (l *ProvisionShardReferenceList) Len() int
Len returns the length of the list.
func (*ProvisionShardReferenceList) Range ¶
func (l *ProvisionShardReferenceList) Range(f func(index int, item *ProvisionShardReference) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ProvisionShardReferenceList) SetHREF ¶
func (l *ProvisionShardReferenceList) SetHREF(href string)
Items sets the items of the list.
func (*ProvisionShardReferenceList) SetItems ¶
func (l *ProvisionShardReferenceList) SetItems(items []*ProvisionShardReference)
Items sets the items of the list.
func (*ProvisionShardReferenceList) SetLink ¶
func (l *ProvisionShardReferenceList) SetLink(link bool)
Items sets the items of the list.
func (*ProvisionShardReferenceList) Slice ¶
func (l *ProvisionShardReferenceList) Slice() []*ProvisionShardReference
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ProvisionShardReferenceListBuilder ¶
type ProvisionShardReferenceListBuilder struct {
// contains filtered or unexported fields
}
ProvisionShardReferenceListBuilder contains the data and logic needed to build 'provision_shard_reference' objects.
func NewProvisionShardReferenceList ¶
func NewProvisionShardReferenceList() *ProvisionShardReferenceListBuilder
NewProvisionShardReferenceList creates a new builder of 'provision_shard_reference' objects.
func (*ProvisionShardReferenceListBuilder) Build ¶
func (b *ProvisionShardReferenceListBuilder) Build() (list *ProvisionShardReferenceList, err error)
Build creates a list of 'provision_shard_reference' objects using the configuration stored in the builder.
func (*ProvisionShardReferenceListBuilder) Copy ¶
func (b *ProvisionShardReferenceListBuilder) Copy(list *ProvisionShardReferenceList) *ProvisionShardReferenceListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ProvisionShardReferenceListBuilder) Empty ¶
func (b *ProvisionShardReferenceListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ProvisionShardReferenceListBuilder) Items ¶
func (b *ProvisionShardReferenceListBuilder) Items(values ...*ProvisionShardReferenceBuilder) *ProvisionShardReferenceListBuilder
Items sets the items of the list.
type ServiceCluster ¶
type ServiceCluster struct {
// contains filtered or unexported fields
}
ServiceCluster represents the values of the 'service_cluster' type.
Definition of an _OpenShift_ cluster.
The `cloud_provider` attribute is a reference to the cloud provider. When a cluster is retrieved it will be a link to the cloud provider, containing only the kind, id and href attributes:
```json
{ "cloud_provider": { "kind": "CloudProviderLink", "id": "123", "href": "/api/clusters_mgmt/v1/cloud_providers/123" } }
```
When a cluster is created this is optional, and if used it should contain the identifier of the cloud provider to use:
```json
{ "cloud_provider": { "id": "123", } }
```
If not included, then the cluster will be created using the default cloud provider, which is currently Amazon Web Services.
The region attribute is mandatory when a cluster is created.
The `aws.access_key_id`, `aws.secret_access_key` and `dns.base_domain` attributes are mandatory when creation a cluster with your own Amazon Web Services account.
func ReadServiceCluster ¶
func ReadServiceCluster(iterator *jsoniter.Iterator) *ServiceCluster
ReadServiceCluster reads a value of the 'service_cluster' type from the given iterator.
func ReadServiceClusterList ¶
func ReadServiceClusterList(iterator *jsoniter.Iterator) []*ServiceCluster
ReadServiceClusterList reads list of values of the ”service_cluster' type from the given iterator.
func UnmarshalServiceCluster ¶
func UnmarshalServiceCluster(source interface{}) (object *ServiceCluster, err error)
UnmarshalServiceCluster reads a value of the 'service_cluster' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalServiceClusterList ¶
func UnmarshalServiceClusterList(source interface{}) (items []*ServiceCluster, err error)
UnmarshalServiceClusterList reads a list of values of the 'service_cluster' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ServiceCluster) CloudProvider ¶
func (o *ServiceCluster) CloudProvider() string
CloudProvider returns the value of the 'cloud_provider' attribute, or the zero value of the type if the attribute doesn't have a value.
Cloud provider where the cluster is installed.
func (*ServiceCluster) ClusterManagementReference ¶
func (o *ServiceCluster) ClusterManagementReference() *ClusterManagementReference
ClusterManagementReference returns the value of the 'cluster_management_reference' attribute, or the zero value of the type if the attribute doesn't have a value.
Cluster mgmt reference
func (*ServiceCluster) DNS ¶
func (o *ServiceCluster) DNS() *DNS
DNS returns the value of the 'DNS' attribute, or the zero value of the type if the attribute doesn't have a value.
DNS settings of the cluster.
func (*ServiceCluster) Empty ¶
func (o *ServiceCluster) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ServiceCluster) GetCloudProvider ¶
func (o *ServiceCluster) GetCloudProvider() (value string, ok bool)
GetCloudProvider returns the value of the 'cloud_provider' attribute and a flag indicating if the attribute has a value.
Cloud provider where the cluster is installed.
func (*ServiceCluster) GetClusterManagementReference ¶
func (o *ServiceCluster) GetClusterManagementReference() (value *ClusterManagementReference, ok bool)
GetClusterManagementReference returns the value of the 'cluster_management_reference' attribute and a flag indicating if the attribute has a value.
Cluster mgmt reference
func (*ServiceCluster) GetDNS ¶
func (o *ServiceCluster) GetDNS() (value *DNS, ok bool)
GetDNS returns the value of the 'DNS' attribute and a flag indicating if the attribute has a value.
DNS settings of the cluster.
func (*ServiceCluster) GetHREF ¶
func (o *ServiceCluster) GetHREF() (value string, ok bool)
GetHREF returns the link of the object and a flag indicating if the link has a value.
func (*ServiceCluster) GetID ¶
func (o *ServiceCluster) GetID() (value string, ok bool)
GetID returns the identifier of the object and a flag indicating if the identifier has a value.
func (*ServiceCluster) GetLabels ¶
func (o *ServiceCluster) GetLabels() (value []*Label, ok bool)
GetLabels returns the value of the 'labels' attribute and a flag indicating if the attribute has a value.
Labels on service cluster
func (*ServiceCluster) GetName ¶
func (o *ServiceCluster) GetName() (value string, ok bool)
GetName returns the value of the 'name' attribute and a flag indicating if the attribute has a value.
Cluster name
func (*ServiceCluster) GetProvisionShardReference ¶
func (o *ServiceCluster) GetProvisionShardReference() (value *ProvisionShardReference, ok bool)
GetProvisionShardReference returns the value of the 'provision_shard_reference' attribute and a flag indicating if the attribute has a value.
Provision shard reference for the service cluster
func (*ServiceCluster) GetRegion ¶
func (o *ServiceCluster) GetRegion() (value string, ok bool)
GetRegion returns the value of the 'region' attribute and a flag indicating if the attribute has a value.
Cloud provider region where the cluster is installed.
func (*ServiceCluster) GetSector ¶
func (o *ServiceCluster) GetSector() (value string, ok bool)
GetSector returns the value of the 'sector' attribute and a flag indicating if the attribute has a value.
Sector of cluster
func (*ServiceCluster) GetStatus ¶
func (o *ServiceCluster) GetStatus() (value string, ok bool)
GetStatus returns the value of the 'status' attribute and a flag indicating if the attribute has a value.
Status of cluster
func (*ServiceCluster) HREF ¶
func (o *ServiceCluster) HREF() string
HREF returns the link to the object.
func (*ServiceCluster) ID ¶
func (o *ServiceCluster) ID() string
ID returns the identifier of the object.
func (*ServiceCluster) Kind ¶
func (o *ServiceCluster) Kind() string
Kind returns the name of the type of the object.
func (*ServiceCluster) Labels ¶
func (o *ServiceCluster) Labels() []*Label
Labels returns the value of the 'labels' attribute, or the zero value of the type if the attribute doesn't have a value.
Labels on service cluster
func (*ServiceCluster) Link ¶
func (o *ServiceCluster) Link() bool
Link returns true if this is a link.
func (*ServiceCluster) Name ¶
func (o *ServiceCluster) Name() string
Name returns the value of the 'name' attribute, or the zero value of the type if the attribute doesn't have a value.
Cluster name
func (*ServiceCluster) ProvisionShardReference ¶
func (o *ServiceCluster) ProvisionShardReference() *ProvisionShardReference
ProvisionShardReference returns the value of the 'provision_shard_reference' attribute, or the zero value of the type if the attribute doesn't have a value.
Provision shard reference for the service cluster
func (*ServiceCluster) Region ¶
func (o *ServiceCluster) Region() string
Region returns the value of the 'region' attribute, or the zero value of the type if the attribute doesn't have a value.
Cloud provider region where the cluster is installed.
func (*ServiceCluster) Sector ¶
func (o *ServiceCluster) Sector() string
Sector returns the value of the 'sector' attribute, or the zero value of the type if the attribute doesn't have a value.
Sector of cluster
func (*ServiceCluster) Status ¶
func (o *ServiceCluster) Status() string
Status returns the value of the 'status' attribute, or the zero value of the type if the attribute doesn't have a value.
Status of cluster
type ServiceClusterBuilder ¶
type ServiceClusterBuilder struct {
// contains filtered or unexported fields
}
Definition of an _OpenShift_ cluster.
The `cloud_provider` attribute is a reference to the cloud provider. When a cluster is retrieved it will be a link to the cloud provider, containing only the kind, id and href attributes:
```json
{ "cloud_provider": { "kind": "CloudProviderLink", "id": "123", "href": "/api/clusters_mgmt/v1/cloud_providers/123" } }
```
When a cluster is created this is optional, and if used it should contain the identifier of the cloud provider to use:
```json
{ "cloud_provider": { "id": "123", } }
```
If not included, then the cluster will be created using the default cloud provider, which is currently Amazon Web Services.
The region attribute is mandatory when a cluster is created.
The `aws.access_key_id`, `aws.secret_access_key` and `dns.base_domain` attributes are mandatory when creation a cluster with your own Amazon Web Services account.
func NewServiceCluster ¶
func NewServiceCluster() *ServiceClusterBuilder
NewServiceCluster creates a new builder of 'service_cluster' objects.
func (*ServiceClusterBuilder) Build ¶
func (b *ServiceClusterBuilder) Build() (object *ServiceCluster, err error)
Build creates a 'service_cluster' object using the configuration stored in the builder.
func (*ServiceClusterBuilder) CloudProvider ¶
func (b *ServiceClusterBuilder) CloudProvider(value string) *ServiceClusterBuilder
CloudProvider sets the value of the 'cloud_provider' attribute to the given value.
func (*ServiceClusterBuilder) ClusterManagementReference ¶
func (b *ServiceClusterBuilder) ClusterManagementReference(value *ClusterManagementReferenceBuilder) *ServiceClusterBuilder
ClusterManagementReference sets the value of the 'cluster_management_reference' attribute to the given value.
Cluster Mgmt reference settings of the cluster.
func (*ServiceClusterBuilder) Copy ¶
func (b *ServiceClusterBuilder) Copy(object *ServiceCluster) *ServiceClusterBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ServiceClusterBuilder) DNS ¶
func (b *ServiceClusterBuilder) DNS(value *DNSBuilder) *ServiceClusterBuilder
DNS sets the value of the 'DNS' attribute to the given value.
DNS settings of the cluster.
func (*ServiceClusterBuilder) Empty ¶
func (b *ServiceClusterBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ServiceClusterBuilder) HREF ¶
func (b *ServiceClusterBuilder) HREF(value string) *ServiceClusterBuilder
HREF sets the link to the object.
func (*ServiceClusterBuilder) ID ¶
func (b *ServiceClusterBuilder) ID(value string) *ServiceClusterBuilder
ID sets the identifier of the object.
func (*ServiceClusterBuilder) Labels ¶
func (b *ServiceClusterBuilder) Labels(values ...*LabelBuilder) *ServiceClusterBuilder
Labels sets the value of the 'labels' attribute to the given values.
func (*ServiceClusterBuilder) Link ¶
func (b *ServiceClusterBuilder) Link(value bool) *ServiceClusterBuilder
Link sets the flag that indicates if this is a link.
func (*ServiceClusterBuilder) Name ¶
func (b *ServiceClusterBuilder) Name(value string) *ServiceClusterBuilder
Name sets the value of the 'name' attribute to the given value.
func (*ServiceClusterBuilder) ProvisionShardReference ¶
func (b *ServiceClusterBuilder) ProvisionShardReference(value *ProvisionShardReferenceBuilder) *ServiceClusterBuilder
ProvisionShardReference sets the value of the 'provision_shard_reference' attribute to the given value.
Provision Shard Reference of the cluster.
func (*ServiceClusterBuilder) Region ¶
func (b *ServiceClusterBuilder) Region(value string) *ServiceClusterBuilder
Region sets the value of the 'region' attribute to the given value.
func (*ServiceClusterBuilder) Sector ¶
func (b *ServiceClusterBuilder) Sector(value string) *ServiceClusterBuilder
Sector sets the value of the 'sector' attribute to the given value.
func (*ServiceClusterBuilder) Status ¶
func (b *ServiceClusterBuilder) Status(value string) *ServiceClusterBuilder
Status sets the value of the 'status' attribute to the given value.
type ServiceClusterList ¶
type ServiceClusterList struct {
// contains filtered or unexported fields
}
ServiceClusterList is a list of values of the 'service_cluster' type.
func (*ServiceClusterList) Each ¶
func (l *ServiceClusterList) Each(f func(item *ServiceCluster) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ServiceClusterList) Empty ¶
func (l *ServiceClusterList) Empty() bool
Empty returns true if the list is empty.
func (*ServiceClusterList) Get ¶
func (l *ServiceClusterList) Get(i int) *ServiceCluster
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ServiceClusterList) GetHREF ¶
func (l *ServiceClusterList) GetHREF() (value string, ok bool)
GetHREF returns the link of the list and a flag indicating if the link has a value.
func (*ServiceClusterList) HREF ¶
func (l *ServiceClusterList) HREF() string
HREF returns the link to the list.
func (*ServiceClusterList) Items ¶
func (l *ServiceClusterList) Items() []*ServiceCluster
Items returns the items of the list.
func (*ServiceClusterList) Kind ¶
func (l *ServiceClusterList) Kind() string
Kind returns the name of the type of the object.
func (*ServiceClusterList) Len ¶
func (l *ServiceClusterList) Len() int
Len returns the length of the list.
func (*ServiceClusterList) Link ¶
func (l *ServiceClusterList) Link() bool
Link returns true iif this is a link.
func (*ServiceClusterList) Range ¶
func (l *ServiceClusterList) Range(f func(index int, item *ServiceCluster) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ServiceClusterList) SetHREF ¶
func (l *ServiceClusterList) SetHREF(href string)
Items sets the items of the list.
func (*ServiceClusterList) SetItems ¶
func (l *ServiceClusterList) SetItems(items []*ServiceCluster)
Items sets the items of the list.
func (*ServiceClusterList) SetLink ¶
func (l *ServiceClusterList) SetLink(link bool)
Items sets the items of the list.
func (*ServiceClusterList) Slice ¶
func (l *ServiceClusterList) Slice() []*ServiceCluster
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ServiceClusterListBuilder ¶
type ServiceClusterListBuilder struct {
// contains filtered or unexported fields
}
ServiceClusterListBuilder contains the data and logic needed to build 'service_cluster' objects.
func NewServiceClusterList ¶
func NewServiceClusterList() *ServiceClusterListBuilder
NewServiceClusterList creates a new builder of 'service_cluster' objects.
func (*ServiceClusterListBuilder) Build ¶
func (b *ServiceClusterListBuilder) Build() (list *ServiceClusterList, err error)
Build creates a list of 'service_cluster' objects using the configuration stored in the builder.
func (*ServiceClusterListBuilder) Copy ¶
func (b *ServiceClusterListBuilder) Copy(list *ServiceClusterList) *ServiceClusterListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ServiceClusterListBuilder) Empty ¶
func (b *ServiceClusterListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ServiceClusterListBuilder) Items ¶
func (b *ServiceClusterListBuilder) Items(values ...*ServiceClusterBuilder) *ServiceClusterListBuilder
Items sets the items of the list.
type ServiceClusterRequestPayload ¶
type ServiceClusterRequestPayload struct {
// contains filtered or unexported fields
}
ServiceClusterRequestPayload represents the values of the 'service_cluster_request_payload' type.
func ReadServiceClusterRequestPayload ¶
func ReadServiceClusterRequestPayload(iterator *jsoniter.Iterator) *ServiceClusterRequestPayload
ReadServiceClusterRequestPayload reads a value of the 'service_cluster_request_payload' type from the given iterator.
func ReadServiceClusterRequestPayloadList ¶
func ReadServiceClusterRequestPayloadList(iterator *jsoniter.Iterator) []*ServiceClusterRequestPayload
ReadServiceClusterRequestPayloadList reads list of values of the ”service_cluster_request_payload' type from the given iterator.
func UnmarshalServiceClusterRequestPayload ¶
func UnmarshalServiceClusterRequestPayload(source interface{}) (object *ServiceClusterRequestPayload, err error)
UnmarshalServiceClusterRequestPayload reads a value of the 'service_cluster_request_payload' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalServiceClusterRequestPayloadList ¶
func UnmarshalServiceClusterRequestPayloadList(source interface{}) (items []*ServiceClusterRequestPayload, err error)
UnmarshalServiceClusterRequestPayloadList reads a list of values of the 'service_cluster_request_payload' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ServiceClusterRequestPayload) CloudProvider ¶
func (o *ServiceClusterRequestPayload) CloudProvider() string
CloudProvider returns the value of the 'cloud_provider' attribute, or the zero value of the type if the attribute doesn't have a value.
func (*ServiceClusterRequestPayload) Empty ¶
func (o *ServiceClusterRequestPayload) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ServiceClusterRequestPayload) GetCloudProvider ¶
func (o *ServiceClusterRequestPayload) GetCloudProvider() (value string, ok bool)
GetCloudProvider returns the value of the 'cloud_provider' attribute and a flag indicating if the attribute has a value.
func (*ServiceClusterRequestPayload) GetLabels ¶
func (o *ServiceClusterRequestPayload) GetLabels() (value []*LabelRequestPayload, ok bool)
GetLabels returns the value of the 'labels' attribute and a flag indicating if the attribute has a value.
func (*ServiceClusterRequestPayload) GetRegion ¶
func (o *ServiceClusterRequestPayload) GetRegion() (value string, ok bool)
GetRegion returns the value of the 'region' attribute and a flag indicating if the attribute has a value.
func (*ServiceClusterRequestPayload) Labels ¶
func (o *ServiceClusterRequestPayload) Labels() []*LabelRequestPayload
Labels returns the value of the 'labels' attribute, or the zero value of the type if the attribute doesn't have a value.
func (*ServiceClusterRequestPayload) Region ¶
func (o *ServiceClusterRequestPayload) Region() string
Region returns the value of the 'region' attribute, or the zero value of the type if the attribute doesn't have a value.
type ServiceClusterRequestPayloadBuilder ¶
type ServiceClusterRequestPayloadBuilder struct {
// contains filtered or unexported fields
}
func NewServiceClusterRequestPayload ¶
func NewServiceClusterRequestPayload() *ServiceClusterRequestPayloadBuilder
NewServiceClusterRequestPayload creates a new builder of 'service_cluster_request_payload' objects.
func (*ServiceClusterRequestPayloadBuilder) Build ¶
func (b *ServiceClusterRequestPayloadBuilder) Build() (object *ServiceClusterRequestPayload, err error)
Build creates a 'service_cluster_request_payload' object using the configuration stored in the builder.
func (*ServiceClusterRequestPayloadBuilder) CloudProvider ¶
func (b *ServiceClusterRequestPayloadBuilder) CloudProvider(value string) *ServiceClusterRequestPayloadBuilder
CloudProvider sets the value of the 'cloud_provider' attribute to the given value.
func (*ServiceClusterRequestPayloadBuilder) Copy ¶
func (b *ServiceClusterRequestPayloadBuilder) Copy(object *ServiceClusterRequestPayload) *ServiceClusterRequestPayloadBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ServiceClusterRequestPayloadBuilder) Empty ¶
func (b *ServiceClusterRequestPayloadBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ServiceClusterRequestPayloadBuilder) Labels ¶
func (b *ServiceClusterRequestPayloadBuilder) Labels(values ...*LabelRequestPayloadBuilder) *ServiceClusterRequestPayloadBuilder
Labels sets the value of the 'labels' attribute to the given values.
func (*ServiceClusterRequestPayloadBuilder) Region ¶
func (b *ServiceClusterRequestPayloadBuilder) Region(value string) *ServiceClusterRequestPayloadBuilder
Region sets the value of the 'region' attribute to the given value.
type ServiceClusterRequestPayloadList ¶
type ServiceClusterRequestPayloadList struct {
// contains filtered or unexported fields
}
ServiceClusterRequestPayloadList is a list of values of the 'service_cluster_request_payload' type.
func (*ServiceClusterRequestPayloadList) Each ¶
func (l *ServiceClusterRequestPayloadList) Each(f func(item *ServiceClusterRequestPayload) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ServiceClusterRequestPayloadList) Empty ¶
func (l *ServiceClusterRequestPayloadList) Empty() bool
Empty returns true if the list is empty.
func (*ServiceClusterRequestPayloadList) Get ¶
func (l *ServiceClusterRequestPayloadList) Get(i int) *ServiceClusterRequestPayload
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ServiceClusterRequestPayloadList) Items ¶
func (l *ServiceClusterRequestPayloadList) Items() []*ServiceClusterRequestPayload
Items returns the items of the list.
func (*ServiceClusterRequestPayloadList) Len ¶
func (l *ServiceClusterRequestPayloadList) Len() int
Len returns the length of the list.
func (*ServiceClusterRequestPayloadList) Range ¶
func (l *ServiceClusterRequestPayloadList) Range(f func(index int, item *ServiceClusterRequestPayload) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ServiceClusterRequestPayloadList) SetHREF ¶
func (l *ServiceClusterRequestPayloadList) SetHREF(href string)
Items sets the items of the list.
func (*ServiceClusterRequestPayloadList) SetItems ¶
func (l *ServiceClusterRequestPayloadList) SetItems(items []*ServiceClusterRequestPayload)
Items sets the items of the list.
func (*ServiceClusterRequestPayloadList) SetLink ¶
func (l *ServiceClusterRequestPayloadList) SetLink(link bool)
Items sets the items of the list.
func (*ServiceClusterRequestPayloadList) Slice ¶
func (l *ServiceClusterRequestPayloadList) Slice() []*ServiceClusterRequestPayload
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ServiceClusterRequestPayloadListBuilder ¶
type ServiceClusterRequestPayloadListBuilder struct {
// contains filtered or unexported fields
}
ServiceClusterRequestPayloadListBuilder contains the data and logic needed to build 'service_cluster_request_payload' objects.
func NewServiceClusterRequestPayloadList ¶
func NewServiceClusterRequestPayloadList() *ServiceClusterRequestPayloadListBuilder
NewServiceClusterRequestPayloadList creates a new builder of 'service_cluster_request_payload' objects.
func (*ServiceClusterRequestPayloadListBuilder) Build ¶
func (b *ServiceClusterRequestPayloadListBuilder) Build() (list *ServiceClusterRequestPayloadList, err error)
Build creates a list of 'service_cluster_request_payload' objects using the configuration stored in the builder.
func (*ServiceClusterRequestPayloadListBuilder) Copy ¶
func (b *ServiceClusterRequestPayloadListBuilder) Copy(list *ServiceClusterRequestPayloadList) *ServiceClusterRequestPayloadListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ServiceClusterRequestPayloadListBuilder) Empty ¶
func (b *ServiceClusterRequestPayloadListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ServiceClusterRequestPayloadListBuilder) Items ¶
func (b *ServiceClusterRequestPayloadListBuilder) Items(values ...*ServiceClusterRequestPayloadBuilder) *ServiceClusterRequestPayloadListBuilder
Items sets the items of the list.
Source Files
¶
- boolean_list_type_json.go
- cluster_management_reference_builder.go
- cluster_management_reference_list_builder.go
- cluster_management_reference_list_type_json.go
- cluster_management_reference_type.go
- cluster_management_reference_type_json.go
- date_list_type_json.go
- dns_builder.go
- dns_list_builder.go
- dns_list_type_json.go
- dns_type.go
- dns_type_json.go
- float_list_type_json.go
- integer_list_type_json.go
- interface_list_type_json.go
- label_builder.go
- label_list_builder.go
- label_list_type_json.go
- label_reference_builder.go
- label_reference_list_builder.go
- label_reference_list_type_json.go
- label_reference_type.go
- label_reference_type_json.go
- label_request_payload_builder.go
- label_request_payload_list_builder.go
- label_request_payload_list_type_json.go
- label_request_payload_type.go
- label_request_payload_type_json.go
- label_type.go
- label_type_json.go
- long_list_type_json.go
- management_cluster_builder.go
- management_cluster_list_builder.go
- management_cluster_list_type_json.go
- management_cluster_parent_builder.go
- management_cluster_parent_list_builder.go
- management_cluster_parent_list_type_json.go
- management_cluster_parent_type.go
- management_cluster_parent_type_json.go
- management_cluster_request_payload_builder.go
- management_cluster_request_payload_list_builder.go
- management_cluster_request_payload_list_type_json.go
- management_cluster_request_payload_type.go
- management_cluster_request_payload_type_json.go
- management_cluster_type.go
- management_cluster_type_json.go
- metadata_reader.go
- metadata_type.go
- provision_shard_reference_builder.go
- provision_shard_reference_list_builder.go
- provision_shard_reference_list_type_json.go
- provision_shard_reference_type.go
- provision_shard_reference_type_json.go
- service_cluster_builder.go
- service_cluster_list_builder.go
- service_cluster_list_type_json.go
- service_cluster_request_payload_builder.go
- service_cluster_request_payload_list_builder.go
- service_cluster_request_payload_list_type_json.go
- service_cluster_request_payload_type.go
- service_cluster_request_payload_type_json.go
- service_cluster_type.go
- service_cluster_type_json.go
- string_list_type_json.go