Versions in this module Expand all Collapse all v0 v0.0.3 Nov 3, 2019 v0.0.2 Oct 18, 2019 Changes in this version + const EndpointsID + const ServiceID + const ServiceName + type AddonsConfig struct + HttpLoadBalancing *HttpLoadBalancing + func (s *AddonsConfig) Validate() error + func (s AddonsConfig) MarshalFields(e protocol.FieldEncoder) error + func (s AddonsConfig) String() string + type AuthorizeFirewallGroupInput struct + FirewallGroupName *string + Rules []AuthorizeFirewallGroupRequestFirewallRule + func (s *AuthorizeFirewallGroupInput) Validate() error + func (s AuthorizeFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s AuthorizeFirewallGroupInput) String() string + type AuthorizeFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s AuthorizeFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s AuthorizeFirewallGroupOutput) String() string + type AuthorizeFirewallGroupRequest struct + Copy func(*AuthorizeFirewallGroupInput) AuthorizeFirewallGroupRequest + Input *AuthorizeFirewallGroupInput + func (r AuthorizeFirewallGroupRequest) Send(ctx context.Context) (*AuthorizeFirewallGroupResponse, error) + type AuthorizeFirewallGroupRequestFirewallRule struct + CidrIp *string + Description *string + Direction *string + FromPort *int64 + Protocol *string + ToPort *int64 + func (s AuthorizeFirewallGroupRequestFirewallRule) MarshalFields(e protocol.FieldEncoder) error + func (s AuthorizeFirewallGroupRequestFirewallRule) String() string + type AuthorizeFirewallGroupResponse struct + func (r *AuthorizeFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type Client struct + func New(config nifcloud.Config) *Client + func (c *Client) AuthorizeFirewallGroupRequest(input *AuthorizeFirewallGroupInput) AuthorizeFirewallGroupRequest + func (c *Client) CreateClusterRequest(input *CreateClusterInput) CreateClusterRequest + func (c *Client) CreateFirewallGroupRequest(input *CreateFirewallGroupInput) CreateFirewallGroupRequest + func (c *Client) CreateNodePoolRequest(input *CreateNodePoolInput) CreateNodePoolRequest + func (c *Client) CreateSnapshotRequest(input *CreateSnapshotInput) CreateSnapshotRequest + func (c *Client) DeleteClusterRequest(input *DeleteClusterInput) DeleteClusterRequest + func (c *Client) DeleteClustersRequest(input *DeleteClustersInput) DeleteClustersRequest + func (c *Client) DeleteFirewallGroupRequest(input *DeleteFirewallGroupInput) DeleteFirewallGroupRequest + func (c *Client) DeleteFirewallGroupsRequest(input *DeleteFirewallGroupsInput) DeleteFirewallGroupsRequest + func (c *Client) DeleteNodePoolRequest(input *DeleteNodePoolInput) DeleteNodePoolRequest + func (c *Client) DeleteNodePoolsRequest(input *DeleteNodePoolsInput) DeleteNodePoolsRequest + func (c *Client) DeleteSnapshotRequest(input *DeleteSnapshotInput) DeleteSnapshotRequest + func (c *Client) DeleteSnapshotsRequest(input *DeleteSnapshotsInput) DeleteSnapshotsRequest + func (c *Client) GetClusterCredentialsRequest(input *GetClusterCredentialsInput) GetClusterCredentialsRequest + func (c *Client) GetClusterRequest(input *GetClusterInput) GetClusterRequest + func (c *Client) GetFirewallGroupRequest(input *GetFirewallGroupInput) GetFirewallGroupRequest + func (c *Client) GetNodePoolRequest(input *GetNodePoolInput) GetNodePoolRequest + func (c *Client) GetServerConfigRequest(input *GetServerConfigInput) GetServerConfigRequest + func (c *Client) GetSnapshotRequest(input *GetSnapshotInput) GetSnapshotRequest + func (c *Client) ListClustersRequest(input *ListClustersInput) ListClustersRequest + func (c *Client) ListFirewallGroupsRequest(input *ListFirewallGroupsInput) ListFirewallGroupsRequest + func (c *Client) ListNodePoolsRequest(input *ListNodePoolsInput) ListNodePoolsRequest + func (c *Client) ListSnapshotsRequest(input *ListSnapshotsInput) ListSnapshotsRequest + func (c *Client) RestoreClusterFromSnapshotRequest(input *RestoreClusterFromSnapshotInput) RestoreClusterFromSnapshotRequest + func (c *Client) RevokeFirewallGroupRequest(input *RevokeFirewallGroupInput) RevokeFirewallGroupRequest + func (c *Client) SetNodePoolSizeRequest(input *SetNodePoolSizeInput) SetNodePoolSizeRequest + func (c *Client) UpdateClusterRequest(input *UpdateClusterInput) UpdateClusterRequest + func (c *Client) UpdateFirewallGroupRequest(input *UpdateFirewallGroupInput) UpdateFirewallGroupRequest + func (c *Client) UpdateSnapshotRequest(input *UpdateSnapshotInput) UpdateSnapshotRequest + func (c *Client) WaitUntilClusterDeleted(ctx context.Context, input *GetClusterInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilClusterRunning(ctx context.Context, input *GetClusterInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilFirewallRuleAuthorized(ctx context.Context, input *GetFirewallGroupInput, opts ...aws.WaiterOption) error + type Cluster struct + AddonsConfig *AddonsConfig + CreateTime *string + Description *string + FirewallGroup *string + InitialKubernetesVersion *string + InitialNodeCount *int64 + KubernetesVersion *string + Locations []string + MasterNodeCount *int64 + Name *string + NetworkConfig *NetworkConfig + NodeCount *int64 + NodePools []NodePool + Status *string + func (s Cluster) MarshalFields(e protocol.FieldEncoder) error + func (s Cluster) String() string + type CreateClusterInput struct + Cluster *CreateClusterRequestCluster + func (s *CreateClusterInput) Validate() error + func (s CreateClusterInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateClusterInput) String() string + type CreateClusterOutput struct + Cluster *Cluster + RequestId *string + func (s CreateClusterOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateClusterOutput) String() string + type CreateClusterRequest struct + Copy func(*CreateClusterInput) CreateClusterRequest + Input *CreateClusterInput + func (r CreateClusterRequest) Send(ctx context.Context) (*CreateClusterResponse, error) + type CreateClusterRequestCluster struct + AddonsConfig *AddonsConfig + Description *string + FirewallGroup *string + KubernetesVersion *string + Locations []string + MasterNodeCount *int64 + Name *string + NetworkConfig *NetworkConfig + NodePools []CreateClusterRequestNodePool + func (s *CreateClusterRequestCluster) Validate() error + func (s CreateClusterRequestCluster) MarshalFields(e protocol.FieldEncoder) error + func (s CreateClusterRequestCluster) String() string + type CreateClusterRequestNodePool struct + InstanceType *string + Name *string + NodeCount *int64 + func (s *CreateClusterRequestNodePool) Validate() error + func (s CreateClusterRequestNodePool) MarshalFields(e protocol.FieldEncoder) error + func (s CreateClusterRequestNodePool) String() string + type CreateClusterResponse struct + func (r *CreateClusterResponse) SDKResponseMetdata() *aws.Response + type CreateFirewallGroupInput struct + FirewallGroup *CreateFirewallGroupRequestFirewallGroup + func (s *CreateFirewallGroupInput) Validate() error + func (s CreateFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateFirewallGroupInput) String() string + type CreateFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s CreateFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateFirewallGroupOutput) String() string + type CreateFirewallGroupRequest struct + Copy func(*CreateFirewallGroupInput) CreateFirewallGroupRequest + Input *CreateFirewallGroupInput + func (r CreateFirewallGroupRequest) Send(ctx context.Context) (*CreateFirewallGroupResponse, error) + type CreateFirewallGroupRequestFirewallGroup struct + Description *string + Name *string + func (s *CreateFirewallGroupRequestFirewallGroup) Validate() error + func (s CreateFirewallGroupRequestFirewallGroup) MarshalFields(e protocol.FieldEncoder) error + func (s CreateFirewallGroupRequestFirewallGroup) String() string + type CreateFirewallGroupResponse struct + func (r *CreateFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type CreateNodePoolInput struct + ClusterName *string + NodePool *CreateClusterRequestNodePool + func (s *CreateNodePoolInput) Validate() error + func (s CreateNodePoolInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNodePoolInput) String() string + type CreateNodePoolOutput struct + NodePool *NodePool + RequestId *string + func (s CreateNodePoolOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNodePoolOutput) String() string + type CreateNodePoolRequest struct + Copy func(*CreateNodePoolInput) CreateNodePoolRequest + Input *CreateNodePoolInput + func (r CreateNodePoolRequest) Send(ctx context.Context) (*CreateNodePoolResponse, error) + type CreateNodePoolResponse struct + func (r *CreateNodePoolResponse) SDKResponseMetdata() *aws.Response + type CreateSnapshotInput struct + Snapshot *CreateSnapshotRequestSnapshot + func (s *CreateSnapshotInput) Validate() error + func (s CreateSnapshotInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateSnapshotInput) String() string + type CreateSnapshotOutput struct + RequestId *string + Snapshot *Snapshot + func (s CreateSnapshotOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateSnapshotOutput) String() string + type CreateSnapshotRequest struct + Copy func(*CreateSnapshotInput) CreateSnapshotRequest + Input *CreateSnapshotInput + func (r CreateSnapshotRequest) Send(ctx context.Context) (*CreateSnapshotResponse, error) + type CreateSnapshotRequestSnapshot struct + Cluster *CreateSnapshotRequestSnapshotCluster + Description *string + ExpirationTime *string + Name *string + func (s *CreateSnapshotRequestSnapshot) Validate() error + func (s CreateSnapshotRequestSnapshot) MarshalFields(e protocol.FieldEncoder) error + func (s CreateSnapshotRequestSnapshot) String() string + type CreateSnapshotRequestSnapshotCluster struct + Name *string + func (s CreateSnapshotRequestSnapshotCluster) MarshalFields(e protocol.FieldEncoder) error + func (s CreateSnapshotRequestSnapshotCluster) String() string + type CreateSnapshotResponse struct + func (r *CreateSnapshotResponse) SDKResponseMetdata() *aws.Response + type DeleteClusterInput struct + ClusterName *string + func (s *DeleteClusterInput) Validate() error + func (s DeleteClusterInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteClusterInput) String() string + type DeleteClusterOutput struct + Cluster *Cluster + RequestId *string + func (s DeleteClusterOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteClusterOutput) String() string + type DeleteClusterRequest struct + Copy func(*DeleteClusterInput) DeleteClusterRequest + Input *DeleteClusterInput + func (r DeleteClusterRequest) Send(ctx context.Context) (*DeleteClusterResponse, error) + type DeleteClusterResponse struct + func (r *DeleteClusterResponse) SDKResponseMetdata() *aws.Response + type DeleteClustersInput struct + Names *string + func (s DeleteClustersInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteClustersInput) String() string + type DeleteClustersOutput struct + Clusters []Cluster + RequestId *string + func (s DeleteClustersOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteClustersOutput) String() string + type DeleteClustersRequest struct + Copy func(*DeleteClustersInput) DeleteClustersRequest + Input *DeleteClustersInput + func (r DeleteClustersRequest) Send(ctx context.Context) (*DeleteClustersResponse, error) + type DeleteClustersResponse struct + func (r *DeleteClustersResponse) SDKResponseMetdata() *aws.Response + type DeleteFirewallGroupInput struct + FirewallGroupName *string + func (s *DeleteFirewallGroupInput) Validate() error + func (s DeleteFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteFirewallGroupInput) String() string + type DeleteFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s DeleteFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteFirewallGroupOutput) String() string + type DeleteFirewallGroupRequest struct + Copy func(*DeleteFirewallGroupInput) DeleteFirewallGroupRequest + Input *DeleteFirewallGroupInput + func (r DeleteFirewallGroupRequest) Send(ctx context.Context) (*DeleteFirewallGroupResponse, error) + type DeleteFirewallGroupResponse struct + func (r *DeleteFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type DeleteFirewallGroupsInput struct + Names *string + func (s DeleteFirewallGroupsInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteFirewallGroupsInput) String() string + type DeleteFirewallGroupsOutput struct + FirewallGroups []FirewallGroupResponse + RequestId *string + func (s DeleteFirewallGroupsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteFirewallGroupsOutput) String() string + type DeleteFirewallGroupsRequest struct + Copy func(*DeleteFirewallGroupsInput) DeleteFirewallGroupsRequest + Input *DeleteFirewallGroupsInput + func (r DeleteFirewallGroupsRequest) Send(ctx context.Context) (*DeleteFirewallGroupsResponse, error) + type DeleteFirewallGroupsResponse struct + func (r *DeleteFirewallGroupsResponse) SDKResponseMetdata() *aws.Response + type DeleteNodePoolInput struct + ClusterName *string + NodePoolName *string + func (s *DeleteNodePoolInput) Validate() error + func (s DeleteNodePoolInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodePoolInput) String() string + type DeleteNodePoolOutput struct + NodePool *NodePool + RequestId *string + func (s DeleteNodePoolOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodePoolOutput) String() string + type DeleteNodePoolRequest struct + Copy func(*DeleteNodePoolInput) DeleteNodePoolRequest + Input *DeleteNodePoolInput + func (r DeleteNodePoolRequest) Send(ctx context.Context) (*DeleteNodePoolResponse, error) + type DeleteNodePoolResponse struct + func (r *DeleteNodePoolResponse) SDKResponseMetdata() *aws.Response + type DeleteNodePoolsInput struct + ClusterName *string + Names *string + func (s *DeleteNodePoolsInput) Validate() error + func (s DeleteNodePoolsInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodePoolsInput) String() string + type DeleteNodePoolsOutput struct + NodePools []NodePool + RequestId *string + func (s DeleteNodePoolsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodePoolsOutput) String() string + type DeleteNodePoolsRequest struct + Copy func(*DeleteNodePoolsInput) DeleteNodePoolsRequest + Input *DeleteNodePoolsInput + func (r DeleteNodePoolsRequest) Send(ctx context.Context) (*DeleteNodePoolsResponse, error) + type DeleteNodePoolsResponse struct + func (r *DeleteNodePoolsResponse) SDKResponseMetdata() *aws.Response + type DeleteSnapshotInput struct + SnapshotName *string + func (s *DeleteSnapshotInput) Validate() error + func (s DeleteSnapshotInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteSnapshotInput) String() string + type DeleteSnapshotOutput struct + RequestId *string + Snapshot *Snapshot + func (s DeleteSnapshotOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteSnapshotOutput) String() string + type DeleteSnapshotRequest struct + Copy func(*DeleteSnapshotInput) DeleteSnapshotRequest + Input *DeleteSnapshotInput + func (r DeleteSnapshotRequest) Send(ctx context.Context) (*DeleteSnapshotResponse, error) + type DeleteSnapshotResponse struct + func (r *DeleteSnapshotResponse) SDKResponseMetdata() *aws.Response + type DeleteSnapshotsInput struct + Names *string + func (s DeleteSnapshotsInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteSnapshotsInput) String() string + type DeleteSnapshotsOutput struct + RequestId *string + Snapshots []Snapshot + func (s DeleteSnapshotsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteSnapshotsOutput) String() string + type DeleteSnapshotsRequest struct + Copy func(*DeleteSnapshotsInput) DeleteSnapshotsRequest + Input *DeleteSnapshotsInput + func (r DeleteSnapshotsRequest) Send(ctx context.Context) (*DeleteSnapshotsResponse, error) + type DeleteSnapshotsResponse struct + func (r *DeleteSnapshotsResponse) SDKResponseMetdata() *aws.Response + type FirewallGroupResponse struct + Description *string + Name *string + Rules []FirewallRule + func (s FirewallGroupResponse) MarshalFields(e protocol.FieldEncoder) error + func (s FirewallGroupResponse) String() string + type FirewallRule struct + CidrIp *string + Description *string + Direction *string + FromPort *int64 + Id *string + Protocol *string + Status *string + ToPort *int64 + func (s FirewallRule) MarshalFields(e protocol.FieldEncoder) error + func (s FirewallRule) String() string + type GetClusterCredentialsInput struct + ClusterName *string + func (s *GetClusterCredentialsInput) Validate() error + func (s GetClusterCredentialsInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetClusterCredentialsInput) String() string + type GetClusterCredentialsOutput struct + Credentials *string + RequestId *string + func (s GetClusterCredentialsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetClusterCredentialsOutput) String() string + type GetClusterCredentialsRequest struct + Copy func(*GetClusterCredentialsInput) GetClusterCredentialsRequest + Input *GetClusterCredentialsInput + func (r GetClusterCredentialsRequest) Send(ctx context.Context) (*GetClusterCredentialsResponse, error) + type GetClusterCredentialsResponse struct + func (r *GetClusterCredentialsResponse) SDKResponseMetdata() *aws.Response + type GetClusterInput struct + ClusterName *string + func (s *GetClusterInput) Validate() error + func (s GetClusterInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetClusterInput) String() string + type GetClusterOutput struct + Cluster *Cluster + RequestId *string + func (s GetClusterOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetClusterOutput) String() string + type GetClusterRequest struct + Copy func(*GetClusterInput) GetClusterRequest + Input *GetClusterInput + func (r GetClusterRequest) Send(ctx context.Context) (*GetClusterResponse, error) + type GetClusterResponse struct + func (r *GetClusterResponse) SDKResponseMetdata() *aws.Response + type GetFirewallGroupInput struct + FirewallGroupName *string + func (s *GetFirewallGroupInput) Validate() error + func (s GetFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetFirewallGroupInput) String() string + type GetFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s GetFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetFirewallGroupOutput) String() string + type GetFirewallGroupRequest struct + Copy func(*GetFirewallGroupInput) GetFirewallGroupRequest + Input *GetFirewallGroupInput + func (r GetFirewallGroupRequest) Send(ctx context.Context) (*GetFirewallGroupResponse, error) + type GetFirewallGroupResponse struct + func (r *GetFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type GetNodePoolInput struct + ClusterName *string + NodePoolName *string + func (s *GetNodePoolInput) Validate() error + func (s GetNodePoolInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNodePoolInput) String() string + type GetNodePoolOutput struct + NodePool *NodePool + RequestId *string + func (s GetNodePoolOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNodePoolOutput) String() string + type GetNodePoolRequest struct + Copy func(*GetNodePoolInput) GetNodePoolRequest + Input *GetNodePoolInput + func (r GetNodePoolRequest) Send(ctx context.Context) (*GetNodePoolResponse, error) + type GetNodePoolResponse struct + func (r *GetNodePoolResponse) SDKResponseMetdata() *aws.Response + type GetServerConfigInput struct + func (s GetServerConfigInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetServerConfigInput) String() string + type GetServerConfigOutput struct + RequestId *string + ServerConfig *ServerConfig + func (s GetServerConfigOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetServerConfigOutput) String() string + type GetServerConfigRequest struct + Copy func(*GetServerConfigInput) GetServerConfigRequest + Input *GetServerConfigInput + func (r GetServerConfigRequest) Send(ctx context.Context) (*GetServerConfigResponse, error) + type GetServerConfigResponse struct + func (r *GetServerConfigResponse) SDKResponseMetdata() *aws.Response + type GetSnapshotInput struct + SnapshotName *string + func (s *GetSnapshotInput) Validate() error + func (s GetSnapshotInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetSnapshotInput) String() string + type GetSnapshotOutput struct + RequestId *string + Snapshot *Snapshot + func (s GetSnapshotOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetSnapshotOutput) String() string + type GetSnapshotRequest struct + Copy func(*GetSnapshotInput) GetSnapshotRequest + Input *GetSnapshotInput + func (r GetSnapshotRequest) Send(ctx context.Context) (*GetSnapshotResponse, error) + type GetSnapshotResponse struct + func (r *GetSnapshotResponse) SDKResponseMetdata() *aws.Response + type HttpLoadBalancing struct + Disabled *bool + func (s *HttpLoadBalancing) Validate() error + func (s HttpLoadBalancing) MarshalFields(e protocol.FieldEncoder) error + func (s HttpLoadBalancing) String() string + type ListClustersInput struct + func (s ListClustersInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListClustersInput) String() string + type ListClustersOutput struct + Clusters []Cluster + RequestId *string + func (s ListClustersOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListClustersOutput) String() string + type ListClustersRequest struct + Copy func(*ListClustersInput) ListClustersRequest + Input *ListClustersInput + func (r ListClustersRequest) Send(ctx context.Context) (*ListClustersResponse, error) + type ListClustersResponse struct + func (r *ListClustersResponse) SDKResponseMetdata() *aws.Response + type ListFirewallGroupsInput struct + func (s ListFirewallGroupsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListFirewallGroupsInput) String() string + type ListFirewallGroupsOutput struct + FirewallGroups []FirewallGroupResponse + RequestId *string + func (s ListFirewallGroupsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListFirewallGroupsOutput) String() string + type ListFirewallGroupsRequest struct + Copy func(*ListFirewallGroupsInput) ListFirewallGroupsRequest + Input *ListFirewallGroupsInput + func (r ListFirewallGroupsRequest) Send(ctx context.Context) (*ListFirewallGroupsResponse, error) + type ListFirewallGroupsResponse struct + func (r *ListFirewallGroupsResponse) SDKResponseMetdata() *aws.Response + type ListNodePoolsInput struct + ClusterName *string + func (s *ListNodePoolsInput) Validate() error + func (s ListNodePoolsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNodePoolsInput) String() string + type ListNodePoolsOutput struct + NodePools []NodePool + RequestId *string + func (s ListNodePoolsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNodePoolsOutput) String() string + type ListNodePoolsRequest struct + Copy func(*ListNodePoolsInput) ListNodePoolsRequest + Input *ListNodePoolsInput + func (r ListNodePoolsRequest) Send(ctx context.Context) (*ListNodePoolsResponse, error) + type ListNodePoolsResponse struct + func (r *ListNodePoolsResponse) SDKResponseMetdata() *aws.Response + type ListSnapshotsInput struct + func (s ListSnapshotsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListSnapshotsInput) String() string + type ListSnapshotsOutput struct + RequestId *string + Snapshots []Snapshot + func (s ListSnapshotsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListSnapshotsOutput) String() string + type ListSnapshotsRequest struct + Copy func(*ListSnapshotsInput) ListSnapshotsRequest + Input *ListSnapshotsInput + func (r ListSnapshotsRequest) Send(ctx context.Context) (*ListSnapshotsResponse, error) + type ListSnapshotsResponse struct + func (r *ListSnapshotsResponse) SDKResponseMetdata() *aws.Response + type NetworkConfig struct + NetworkId *string + func (s *NetworkConfig) Validate() error + func (s NetworkConfig) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkConfig) String() string + type Node struct + AvailabilityZone *string + Name *string + PrivateIpAddress *string + PublicIpAddress *string + Status *string + func (s Node) MarshalFields(e protocol.FieldEncoder) error + func (s Node) String() string + type NodePool struct + InitialNodeCount *int64 + InstanceType *string + Name *string + NodeCount *int64 + Nodes []Node + Status *string + func (s NodePool) MarshalFields(e protocol.FieldEncoder) error + func (s NodePool) String() string + type RestoreClusterFromSnapshotInput struct + Cluster *RestoreClusterFromSnapshotRequestCluster + SnapshotName *string + func (s *RestoreClusterFromSnapshotInput) Validate() error + func (s RestoreClusterFromSnapshotInput) MarshalFields(e protocol.FieldEncoder) error + func (s RestoreClusterFromSnapshotInput) String() string + type RestoreClusterFromSnapshotOutput struct + Cluster *Cluster + RequestId *string + func (s RestoreClusterFromSnapshotOutput) MarshalFields(e protocol.FieldEncoder) error + func (s RestoreClusterFromSnapshotOutput) String() string + type RestoreClusterFromSnapshotRequest struct + Copy func(*RestoreClusterFromSnapshotInput) RestoreClusterFromSnapshotRequest + Input *RestoreClusterFromSnapshotInput + func (r RestoreClusterFromSnapshotRequest) Send(ctx context.Context) (*RestoreClusterFromSnapshotResponse, error) + type RestoreClusterFromSnapshotRequestCluster struct + AddonsConfig *AddonsConfig + Description *string + FirewallGroup *string + Locations []string + MasterNodeCount *int64 + Name *string + NetworkConfig *NetworkConfig + func (s *RestoreClusterFromSnapshotRequestCluster) Validate() error + func (s RestoreClusterFromSnapshotRequestCluster) MarshalFields(e protocol.FieldEncoder) error + func (s RestoreClusterFromSnapshotRequestCluster) String() string + type RestoreClusterFromSnapshotResponse struct + func (r *RestoreClusterFromSnapshotResponse) SDKResponseMetdata() *aws.Response + type RevokeFirewallGroupInput struct + FirewallGroupName *string + Ids *string + func (s *RevokeFirewallGroupInput) Validate() error + func (s RevokeFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s RevokeFirewallGroupInput) String() string + type RevokeFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s RevokeFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s RevokeFirewallGroupOutput) String() string + type RevokeFirewallGroupRequest struct + Copy func(*RevokeFirewallGroupInput) RevokeFirewallGroupRequest + Input *RevokeFirewallGroupInput + func (r RevokeFirewallGroupRequest) Send(ctx context.Context) (*RevokeFirewallGroupResponse, error) + type RevokeFirewallGroupResponse struct + func (r *RevokeFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type ServerConfig struct + DefaultKubernetesVersion *string + ValidKubernetesVersions []string + func (s ServerConfig) MarshalFields(e protocol.FieldEncoder) error + func (s ServerConfig) String() string + type SetNodePoolSizeInput struct + ClusterName *string + NodeCount *int64 + NodePoolName *string + func (s *SetNodePoolSizeInput) Validate() error + func (s SetNodePoolSizeInput) MarshalFields(e protocol.FieldEncoder) error + func (s SetNodePoolSizeInput) String() string + type SetNodePoolSizeOutput struct + NodePool *NodePool + RequestId *string + func (s SetNodePoolSizeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s SetNodePoolSizeOutput) String() string + type SetNodePoolSizeRequest struct + Copy func(*SetNodePoolSizeInput) SetNodePoolSizeRequest + Input *SetNodePoolSizeInput + func (r SetNodePoolSizeRequest) Send(ctx context.Context) (*SetNodePoolSizeResponse, error) + type SetNodePoolSizeResponse struct + func (r *SetNodePoolSizeResponse) SDKResponseMetdata() *aws.Response + type Snapshot struct + Cluster *SnapshotCluster + CreateTime *string + Description *string + ExpirationTime *string + Name *string + ResourceVersion *string + Status *string + func (s Snapshot) MarshalFields(e protocol.FieldEncoder) error + func (s Snapshot) String() string + type SnapshotCluster struct + KubernetesVersion *string + Name *string + NodePools []SnapshotNodePool + func (s SnapshotCluster) MarshalFields(e protocol.FieldEncoder) error + func (s SnapshotCluster) String() string + type SnapshotNodePool struct + InstanceType *string + Name *string + NodeCount *int64 + func (s SnapshotNodePool) MarshalFields(e protocol.FieldEncoder) error + func (s SnapshotNodePool) String() string + type UpdateClusterInput struct + Cluster *UpdateClusterRequestCluster + ClusterName *string + func (s *UpdateClusterInput) Validate() error + func (s UpdateClusterInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateClusterInput) String() string + type UpdateClusterOutput struct + Cluster *Cluster + RequestId *string + func (s UpdateClusterOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateClusterOutput) String() string + type UpdateClusterRequest struct + Copy func(*UpdateClusterInput) UpdateClusterRequest + Input *UpdateClusterInput + func (r UpdateClusterRequest) Send(ctx context.Context) (*UpdateClusterResponse, error) + type UpdateClusterRequestCluster struct + AddonsConfig *AddonsConfig + Description *string + KubernetesVersion *string + Name *string + func (s *UpdateClusterRequestCluster) Validate() error + func (s UpdateClusterRequestCluster) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateClusterRequestCluster) String() string + type UpdateClusterResponse struct + func (r *UpdateClusterResponse) SDKResponseMetdata() *aws.Response + type UpdateFirewallGroupInput struct + FirewallGroup *UpdateFirewallGroupRequestFirewallGroup + FirewallGroupName *string + func (s *UpdateFirewallGroupInput) Validate() error + func (s UpdateFirewallGroupInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateFirewallGroupInput) String() string + type UpdateFirewallGroupOutput struct + FirewallGroup *FirewallGroupResponse + RequestId *string + func (s UpdateFirewallGroupOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateFirewallGroupOutput) String() string + type UpdateFirewallGroupRequest struct + Copy func(*UpdateFirewallGroupInput) UpdateFirewallGroupRequest + Input *UpdateFirewallGroupInput + func (r UpdateFirewallGroupRequest) Send(ctx context.Context) (*UpdateFirewallGroupResponse, error) + type UpdateFirewallGroupRequestFirewallGroup struct + Description *string + Name *string + func (s UpdateFirewallGroupRequestFirewallGroup) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateFirewallGroupRequestFirewallGroup) String() string + type UpdateFirewallGroupResponse struct + func (r *UpdateFirewallGroupResponse) SDKResponseMetdata() *aws.Response + type UpdateSnapshotInput struct + Snapshot *UpdateSnapshotRequestSnapshot + SnapshotName *string + func (s *UpdateSnapshotInput) Validate() error + func (s UpdateSnapshotInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateSnapshotInput) String() string + type UpdateSnapshotOutput struct + RequestId *string + Snapshot *Snapshot + func (s UpdateSnapshotOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateSnapshotOutput) String() string + type UpdateSnapshotRequest struct + Copy func(*UpdateSnapshotInput) UpdateSnapshotRequest + Input *UpdateSnapshotInput + func (r UpdateSnapshotRequest) Send(ctx context.Context) (*UpdateSnapshotResponse, error) + type UpdateSnapshotRequestSnapshot struct + Description *string + ExpirationTime *string + Name *string + func (s UpdateSnapshotRequestSnapshot) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateSnapshotRequestSnapshot) String() string + type UpdateSnapshotResponse struct + func (r *UpdateSnapshotResponse) SDKResponseMetdata() *aws.Response