Home
last modified time | relevance | path

Searched refs:NodegroupResources (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/include/aws/eks/model/
H A DNodegroupResources.h35 class AWS_EKS_API NodegroupResources
38 NodegroupResources();
39 NodegroupResources(Aws::Utils::Json::JsonView jsonValue);
40 NodegroupResources& operator=(Aws::Utils::Json::JsonView jsonValue);
67 …inline NodegroupResources& WithAutoScalingGroups(const Aws::Vector<AutoScalingGroup>& value) { Set… in WithAutoScalingGroups()
72 …inline NodegroupResources& WithAutoScalingGroups(Aws::Vector<AutoScalingGroup>&& value) { SetAutoS… in WithAutoScalingGroups()
77 …inline NodegroupResources& AddAutoScalingGroups(const AutoScalingGroup& value) { m_autoScalingGrou… in AddAutoScalingGroups()
82 …inline NodegroupResources& AddAutoScalingGroups(AutoScalingGroup&& value) { m_autoScalingGroupsHas… in AddAutoScalingGroups()
119 …inline NodegroupResources& WithRemoteAccessSecurityGroup(const Aws::String& value) { SetRemoteAcce… in WithRemoteAccessSecurityGroup()
125 …inline NodegroupResources& WithRemoteAccessSecurityGroup(Aws::String&& value) { SetRemoteAccessSec… in WithRemoteAccessSecurityGroup()
[all …]
H A DNodegroup.h901 inline const NodegroupResources& GetResources() const{ return m_resources; } in GetResources()
913 …inline void SetResources(const NodegroupResources& value) { m_resourcesHasBeenSet = true; m_resour… in SetResources()
919 …inline void SetResources(NodegroupResources&& value) { m_resourcesHasBeenSet = true; m_resources =… in SetResources()
925 …inline Nodegroup& WithResources(const NodegroupResources& value) { SetResources(value); return *th… in WithResources()
931 …inline Nodegroup& WithResources(NodegroupResources&& value) { SetResources(std::move(value)); retu… in WithResources()
1225 NodegroupResources m_resources;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/source/model/
H A DNodegroupResources.cpp21 NodegroupResources::NodegroupResources() : in NodegroupResources() function in Aws::EKS::Model::NodegroupResources
27 NodegroupResources::NodegroupResources(JsonView jsonValue) : in NodegroupResources() function in Aws::EKS::Model::NodegroupResources
34 NodegroupResources& NodegroupResources::operator =(JsonView jsonValue) in operator =()
56 JsonValue NodegroupResources::Jsonize() const in Jsonize()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/eks/types/
H A Dtypes.go531 Resources *NodegroupResources
563 type NodegroupResources struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/eks/types/
H A Dtypes.go531 Resources *NodegroupResources
563 type NodegroupResources struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/eks/types/
H A Dtypes.go531 Resources *NodegroupResources
563 type NodegroupResources struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/eks/types/
H A Dtypes.go553 Resources *NodegroupResources
585 type NodegroupResources struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/eks/types/
H A Dtypes.go553 Resources *NodegroupResources
585 type NodegroupResources struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/eks/types/
H A Dtypes.go553 Resources *NodegroupResources
591 type NodegroupResources struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/eks/types/
H A Dtypes.go553 Resources *NodegroupResources
585 type NodegroupResources struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/eks/types/
H A Dtypes.go642 Resources *NodegroupResources
687 type NodegroupResources struct { struct
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go4625 Resources *NodegroupResources `locationName:"resources" type:"structure"`
4738 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
4799 type NodegroupResources struct { struct
4811 func (s NodegroupResources) String() string { argument
4816 func (s NodegroupResources) GoString() string { argument
4821 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
4827 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go4623 Resources *NodegroupResources `locationName:"resources" type:"structure"`
4736 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
4797 type NodegroupResources struct { struct
4809 func (s NodegroupResources) String() string { argument
4814 func (s NodegroupResources) GoString() string { argument
4819 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
4825 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go4929 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5042 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5103 type NodegroupResources struct { struct
5115 func (s NodegroupResources) String() string { argument
5120 func (s NodegroupResources) GoString() string { argument
5125 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5131 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/eks/
H A Dapi.go4929 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5042 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5103 type NodegroupResources struct { struct
5115 func (s NodegroupResources) String() string { argument
5120 func (s NodegroupResources) GoString() string { argument
5125 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5131 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/eks/
H A Dapi.go4929 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5042 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5103 type NodegroupResources struct { struct
5115 func (s NodegroupResources) String() string { argument
5120 func (s NodegroupResources) GoString() string { argument
5125 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5131 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go4926 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5039 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5100 type NodegroupResources struct { struct
5112 func (s NodegroupResources) String() string { argument
5117 func (s NodegroupResources) GoString() string { argument
5122 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5128 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go5135 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5253 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5314 type NodegroupResources struct { struct
5326 func (s NodegroupResources) String() string { argument
5331 func (s NodegroupResources) GoString() string { argument
5336 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5342 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go4929 Resources *NodegroupResources `locationName:"resources" type:"structure"`
5042 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
5103 type NodegroupResources struct { struct
5115 func (s NodegroupResources) String() string { argument
5120 func (s NodegroupResources) GoString() string { argument
5125 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
5131 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6716 Resources *NodegroupResources `locationName:"resources" type:"structure"`
6840 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
6901 type NodegroupResources struct { struct
6913 func (s NodegroupResources) String() string { argument
6918 func (s NodegroupResources) GoString() string { argument
6923 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
6929 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6716 Resources *NodegroupResources `locationName:"resources" type:"structure"`
6840 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
6901 type NodegroupResources struct { struct
6913 func (s NodegroupResources) String() string { argument
6918 func (s NodegroupResources) GoString() string { argument
6923 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
6929 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go7825 Resources *NodegroupResources `locationName:"resources" type:"structure"`
7949 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
8010 type NodegroupResources struct { struct
8022 func (s NodegroupResources) String() string { argument
8027 func (s NodegroupResources) GoString() string { argument
8032 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
8038 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go7869 Resources *NodegroupResources `locationName:"resources" type:"structure"`
8002 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
8075 type NodegroupResources struct { struct
8087 func (s NodegroupResources) String() string { argument
8092 func (s NodegroupResources) GoString() string { argument
8097 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
8103 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go7854 Resources *NodegroupResources `locationName:"resources" type:"structure"`
7986 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
8059 type NodegroupResources struct { struct
8071 func (s NodegroupResources) String() string { argument
8076 func (s NodegroupResources) GoString() string { argument
8081 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
8087 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go7825 Resources *NodegroupResources `locationName:"resources" type:"structure"`
7949 func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup {
8010 type NodegroupResources struct { struct
8022 func (s NodegroupResources) String() string { argument
8027 func (s NodegroupResources) GoString() string { argument
8032 func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources { argument
8038 func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources { argument

12