Documentation ¶
Index ¶
- type ContainerProvider
- type ContainerProviderAttributes
- func (cp ContainerProviderAttributes) Id() terra.StringValue
- func (cp ContainerProviderAttributes) Info() terra.ListValue[InfoAttributes]
- func (cp ContainerProviderAttributes) InternalRef() (terra.Reference, error)
- func (cp ContainerProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cp ContainerProviderAttributes) InternalWithRef(ref terra.Reference) ContainerProviderAttributes
- func (cp ContainerProviderAttributes) Type() terra.StringValue
- type ContainerProviderState
- type EksInfo
- type EksInfoAttributes
- type EksInfoState
- type Info
- type InfoAttributes
- type InfoState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerProvider ¶
type ContainerProvider struct { // Info: min=0 Info []Info `hcl:"info,block" validate:"min=0"` }
type ContainerProviderAttributes ¶
type ContainerProviderAttributes struct {
// contains filtered or unexported fields
}
func (ContainerProviderAttributes) Id ¶
func (cp ContainerProviderAttributes) Id() terra.StringValue
func (ContainerProviderAttributes) Info ¶
func (cp ContainerProviderAttributes) Info() terra.ListValue[InfoAttributes]
func (ContainerProviderAttributes) InternalRef ¶
func (cp ContainerProviderAttributes) InternalRef() (terra.Reference, error)
func (ContainerProviderAttributes) InternalTokens ¶
func (cp ContainerProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ContainerProviderAttributes) InternalWithRef ¶
func (cp ContainerProviderAttributes) InternalWithRef(ref terra.Reference) ContainerProviderAttributes
func (ContainerProviderAttributes) Type ¶
func (cp ContainerProviderAttributes) Type() terra.StringValue
type ContainerProviderState ¶
type EksInfoAttributes ¶
type EksInfoAttributes struct {
// contains filtered or unexported fields
}
func (EksInfoAttributes) InternalRef ¶
func (ei EksInfoAttributes) InternalRef() (terra.Reference, error)
func (EksInfoAttributes) InternalTokens ¶
func (ei EksInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EksInfoAttributes) InternalWithRef ¶
func (ei EksInfoAttributes) InternalWithRef(ref terra.Reference) EksInfoAttributes
func (EksInfoAttributes) Namespace ¶
func (ei EksInfoAttributes) Namespace() terra.StringValue
type EksInfoState ¶
type EksInfoState struct {
Namespace string `json:"namespace"`
}
type Info ¶
type Info struct { // EksInfo: min=0 EksInfo []EksInfo `hcl:"eks_info,block" validate:"min=0"` }
type InfoAttributes ¶
type InfoAttributes struct {
// contains filtered or unexported fields
}
func (InfoAttributes) EksInfo ¶
func (i InfoAttributes) EksInfo() terra.ListValue[EksInfoAttributes]
func (InfoAttributes) InternalRef ¶
func (i InfoAttributes) InternalRef() (terra.Reference, error)
func (InfoAttributes) InternalTokens ¶
func (i InfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InfoAttributes) InternalWithRef ¶
func (i InfoAttributes) InternalWithRef(ref terra.Reference) InfoAttributes
type InfoState ¶
type InfoState struct {
EksInfo []EksInfoState `json:"eks_info"`
}
Click to show internal directories.
Click to hide internal directories.