Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublisherOpt ¶
type PublisherOpt struct {
// contains filtered or unexported fields
}
func NewPublisherOpt ¶ added in v1.2.2
func NewPublisherOpt() PublisherOpt
func (*PublisherOpt) Set ¶
func (o *PublisherOpt) Set(value string) error
func (*PublisherOpt) String ¶
func (o *PublisherOpt) String() string
func (*PublisherOpt) Type ¶
func (o *PublisherOpt) Type() string
func (*PublisherOpt) Value ¶
func (o *PublisherOpt) Value() *model.PublisherSpec
type PublisherSpecConfigOpt ¶ added in v1.4.0
type PublisherSpecConfigOpt struct {
// contains filtered or unexported fields
}
func NewPublisherSpecConfigOpt ¶ added in v1.4.0
func NewPublisherSpecConfigOpt() PublisherSpecConfigOpt
func (*PublisherSpecConfigOpt) Set ¶ added in v1.4.0
func (o *PublisherSpecConfigOpt) Set(value string) error
func (*PublisherSpecConfigOpt) String ¶ added in v1.4.0
func (o *PublisherSpecConfigOpt) String() string
func (*PublisherSpecConfigOpt) Type ¶ added in v1.4.0
func (o *PublisherSpecConfigOpt) Type() string
func (*PublisherSpecConfigOpt) Value ¶ added in v1.4.0
func (o *PublisherSpecConfigOpt) Value() *models.SpecConfig
type StorageOpt ¶
type StorageOpt struct {
// contains filtered or unexported fields
}
func (*StorageOpt) Set ¶
func (o *StorageOpt) Set(value string) error
func (*StorageOpt) String ¶
func (o *StorageOpt) String() string
func (*StorageOpt) Type ¶
func (o *StorageOpt) Type() string
func (*StorageOpt) Values ¶
func (o *StorageOpt) Values() []model.StorageSpec
type StorageSpecConfigOpt ¶ added in v1.4.0
type StorageSpecConfigOpt struct {
// contains filtered or unexported fields
}
func (*StorageSpecConfigOpt) Set ¶ added in v1.4.0
func (o *StorageSpecConfigOpt) Set(value string) error
func (*StorageSpecConfigOpt) String ¶ added in v1.4.0
func (o *StorageSpecConfigOpt) String() string
func (*StorageSpecConfigOpt) Type ¶ added in v1.4.0
func (o *StorageSpecConfigOpt) Type() string
func (*StorageSpecConfigOpt) Values ¶ added in v1.4.0
func (o *StorageSpecConfigOpt) Values() []*models.InputSource
Click to show internal directories.
Click to hide internal directories.