Documentation ¶
Overview ¶
Code generated by 'cfn generate', changes will be undone by the next invocation. DO NOT EDIT. Updates to this type are made my editing the schema file and executing the 'generate' command.
Index ¶
- Constants
- func Create(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Delete(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func List(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Read(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Update(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- type Model
- type VPCConfiguration
Constants ¶
View Source
const (
HelmChartName = "https://github.com/trendmicro/cloudone-container-security-helm/archive/master.tar.gz"
)
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
Create handles the Create event from the Cloudformation service.
func Delete ¶
func Delete(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
Delete handles the Delete event from the Cloudformation service.
func List ¶
func List(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
List handles the List event from the Cloudformation service.
Types ¶
type Model ¶
type Model struct { ClusterID *string `json:",omitempty"` KubeConfig *string `json:",omitempty"` RoleArn *string `json:",omitempty"` Chart *string `json:",omitempty"` Namespace *string `json:",omitempty"` Name *string `json:",omitempty"` Values map[string]string `json:",omitempty"` ValueYaml *string `json:",omitempty"` Version *string `json:",omitempty"` ValueOverrideURL *string `json:",omitempty"` ID *string `json:",omitempty"` TimeOut *int `json:",omitempty"` VPCConfiguration *VPCConfiguration `json:",omitempty"` }
Model is autogenerated from the json schema
type VPCConfiguration ¶
type VPCConfiguration struct { SecurityGroupIds []string `json:",omitempty"` SubnetIds []string `json:",omitempty"` }
VPCConfiguration is autogenerated from the json schema
Click to show internal directories.
Click to hide internal directories.