/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Container
NameSizeModeActions
Resource/-0755rm
AcceleratorConfig.php11180644editdlrm
AddonsConfig.php50360644editdlrm
AuthenticatorGroupsConfig.php10490644editdlrm
Autopilot.php8280644editdlrm
AutoprovisioningNodePoolDefaults.php34170644editdlrm
AutoUpgradeOptions.php11190644editdlrm
BigQueryDestination.php8520644editdlrm
BinaryAuthorization.php8380644editdlrm
CancelOperationRequest.php13300644editdlrm
CidrBlock.php10330644editdlrm
ClientCertificateConfig.php9470644editdlrm
CloudRunConfig.php10660644editdlrm
Cluster.php186140644editdlrm
ClusterAutoscaling.php24420644editdlrm
ClusterUpdate.php117040644editdlrm
CompleteIPRotationRequest.php13190644editdlrm
ConfigConnectorConfig.php8400644editdlrm
ConsumptionMeteringConfig.php8440644editdlrm
ContainerEmpty.php6690644editdlrm
CreateClusterRequest.php15410644editdlrm
CreateNodePoolRequest.php17310644editdlrm
DailyMaintenanceWindow.php10250644editdlrm
DatabaseEncryption.php9860644editdlrm
DefaultSnatStatus.php8430644editdlrm
DnsCacheConfig.php8330644editdlrm
GcePersistentDiskCsiDriverConfig.php8510644editdlrm
GetJSONWebKeysResponse.php15650644editdlrm
GetOpenIDConfigResponse.php32280644editdlrm
HorizontalPodAutoscaling.php8500644editdlrm
HttpCacheControlResponseHeader.php11610644editdlrm
HttpLoadBalancing.php8430644editdlrm
IntraNodeVisibilityConfig.php8440644editdlrm
IPAllocationPolicy.php36890644editdlrm
Jwk.php18180644editdlrm
KubernetesDashboard.php8450644editdlrm
LegacyAbac.php8290644editdlrm
LinuxNodeConfig.php8340644editdlrm
ListClustersResponse.php12990644editdlrm
ListNodePoolsResponse.php11100644editdlrm
ListOperationsResponse.php13210644editdlrm
ListUsableSubnetworksResponse.php13650644editdlrm
MaintenancePolicy.php13140644editdlrm
MaintenanceWindow.php22300644editdlrm
MasterAuth.php22520644editdlrm
MasterAuthorizedNetworksConfig.php12940644editdlrm
MaxPodsConstraint.php8850644editdlrm
Metric.php13560644editdlrm
NetworkConfig.php20900644editdlrm
NetworkPolicy.php10020644editdlrm
NetworkPolicyConfig.php8450644editdlrm
NodeConfig.php72010644editdlrm
NodeKubeletConfig.php13230644editdlrm
NodeManagement.php15350644editdlrm
NodePool.php51190644editdlrm
NodePoolAutoscaling.php14530644editdlrm
NodeTaint.php11050644editdlrm
NotificationConfig.php10520644editdlrm
Operation.php39780644editdlrm
OperationProgress.php17670644editdlrm
PrivateClusterConfig.php26960644editdlrm
PrivateClusterMasterGlobalAccessConfig.php8570644editdlrm
PubSub.php9740644editdlrm
RecurringTimeWindow.php12530644editdlrm
ReleaseChannel.php8330644editdlrm
ReleaseChannelConfig.php13080644editdlrm
ReservationAffinity.php12790644editdlrm
ResourceLimit.php11930644editdlrm
ResourceUsageExportConfig.php21240644editdlrm
RollbackNodePoolUpgradeRequest.php15080644editdlrm
SandboxConfig.php8110644editdlrm
ServerConfig.php23230644editdlrm
SetAddonsConfigRequest.php17660644editdlrm
SetLabelsRequest.php17480644editdlrm
SetLegacyAbacRequest.php14770644editdlrm
SetLocationsRequest.php15380644editdlrm
SetLoggingServiceRequest.php15300644editdlrm
SetMaintenancePolicyRequest.php18310644editdlrm
SetMasterAuthRequest.php18640644editdlrm
SetMonitoringServiceRequest.php15540644editdlrm
SetNetworkPolicyRequest.php17790644editdlrm
SetNodePoolAutoscalingRequest.php19770644editdlrm
SetNodePoolManagementRequest.php19480644editdlrm
SetNodePoolSizeRequest.php16770644editdlrm
ShieldedInstanceConfig.php11930644editdlrm
ShieldedNodes.php8320644editdlrm
StartIPRotationRequest.php15490644editdlrm
StatusCondition.php9760644editdlrm
TimeWindow.php10060644editdlrm
UpdateClusterRequest.php17200644editdlrm
UpdateMasterRequest.php15180644editdlrm
UpdateNodePoolRequest.php41120644editdlrm
UpgradeEvent.php18700644editdlrm
UpgradeSettings.php10530644editdlrm
UsableSubnetwork.php19860644editdlrm
UsableSubnetworkSecondaryRange.php12100644editdlrm
VerticalPodAutoscaling.php8410644editdlrm
WorkloadIdentityConfig.php8760644editdlrm
WorkloadMetadataConfig.php8200644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php (18614B)
addonsConfig = $addonsConfig; } /** * @return Google_Service_Container_AddonsConfig */ public function getAddonsConfig() { return $this->addonsConfig; } /** * @param Google_Service_Container_AuthenticatorGroupsConfig */ public function setAuthenticatorGroupsConfig(Google_Service_Container_AuthenticatorGroupsConfig $authenticatorGroupsConfig) { $this->authenticatorGroupsConfig = $authenticatorGroupsConfig; } /** * @return Google_Service_Container_AuthenticatorGroupsConfig */ public function getAuthenticatorGroupsConfig() { return $this->authenticatorGroupsConfig; } /** * @param Google_Service_Container_Autopilot */ public function setAutopilot(Google_Service_Container_Autopilot $autopilot) { $this->autopilot = $autopilot; } /** * @return Google_Service_Container_Autopilot */ public function getAutopilot() { return $this->autopilot; } /** * @param Google_Service_Container_ClusterAutoscaling */ public function setAutoscaling(Google_Service_Container_ClusterAutoscaling $autoscaling) { $this->autoscaling = $autoscaling; } /** * @return Google_Service_Container_ClusterAutoscaling */ public function getAutoscaling() { return $this->autoscaling; } /** * @param Google_Service_Container_BinaryAuthorization */ public function setBinaryAuthorization(Google_Service_Container_BinaryAuthorization $binaryAuthorization) { $this->binaryAuthorization = $binaryAuthorization; } /** * @return Google_Service_Container_BinaryAuthorization */ public function getBinaryAuthorization() { return $this->binaryAuthorization; } public function setClusterIpv4Cidr($clusterIpv4Cidr) { $this->clusterIpv4Cidr = $clusterIpv4Cidr; } public function getClusterIpv4Cidr() { return $this->clusterIpv4Cidr; } /** * @param Google_Service_Container_StatusCondition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Container_StatusCondition[] */ public function getConditions() { return $this->conditions; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCurrentMasterVersion($currentMasterVersion) { $this->currentMasterVersion = $currentMasterVersion; } public function getCurrentMasterVersion() { return $this->currentMasterVersion; } public function setCurrentNodeCount($currentNodeCount) { $this->currentNodeCount = $currentNodeCount; } public function getCurrentNodeCount() { return $this->currentNodeCount; } public function setCurrentNodeVersion($currentNodeVersion) { $this->currentNodeVersion = $currentNodeVersion; } public function getCurrentNodeVersion() { return $this->currentNodeVersion; } /** * @param Google_Service_Container_DatabaseEncryption */ public function setDatabaseEncryption(Google_Service_Container_DatabaseEncryption $databaseEncryption) { $this->databaseEncryption = $databaseEncryption; } /** * @return Google_Service_Container_DatabaseEncryption */ public function getDatabaseEncryption() { return $this->databaseEncryption; } /** * @param Google_Service_Container_MaxPodsConstraint */ public function setDefaultMaxPodsConstraint(Google_Service_Container_MaxPodsConstraint $defaultMaxPodsConstraint) { $this->defaultMaxPodsConstraint = $defaultMaxPodsConstraint; } /** * @return Google_Service_Container_MaxPodsConstraint */ public function getDefaultMaxPodsConstraint() { return $this->defaultMaxPodsConstraint; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableKubernetesAlpha($enableKubernetesAlpha) { $this->enableKubernetesAlpha = $enableKubernetesAlpha; } public function getEnableKubernetesAlpha() { return $this->enableKubernetesAlpha; } public function setEnableTpu($enableTpu) { $this->enableTpu = $enableTpu; } public function getEnableTpu() { return $this->enableTpu; } public function setEndpoint($endpoint) { $this->endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setInitialClusterVersion($initialClusterVersion) { $this->initialClusterVersion = $initialClusterVersion; } public function getInitialClusterVersion() { return $this->initialClusterVersion; } public function setInitialNodeCount($initialNodeCount) { $this->initialNodeCount = $initialNodeCount; } public function getInitialNodeCount() { return $this->initialNodeCount; } public function setInstanceGroupUrls($instanceGroupUrls) { $this->instanceGroupUrls = $instanceGroupUrls; } public function getInstanceGroupUrls() { return $this->instanceGroupUrls; } /** * @param Google_Service_Container_IPAllocationPolicy */ public function setIpAllocationPolicy(Google_Service_Container_IPAllocationPolicy $ipAllocationPolicy) { $this->ipAllocationPolicy = $ipAllocationPolicy; } /** * @return Google_Service_Container_IPAllocationPolicy */ public function getIpAllocationPolicy() { return $this->ipAllocationPolicy; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } /** * @param Google_Service_Container_LegacyAbac */ public function setLegacyAbac(Google_Service_Container_LegacyAbac $legacyAbac) { $this->legacyAbac = $legacyAbac; } /** * @return Google_Service_Container_LegacyAbac */ public function getLegacyAbac() { return $this->legacyAbac; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setLoggingService($loggingService) { $this->loggingService = $loggingService; } public function getLoggingService() { return $this->loggingService; } /** * @param Google_Service_Container_MaintenancePolicy */ public function setMaintenancePolicy(Google_Service_Container_MaintenancePolicy $maintenancePolicy) { $this->maintenancePolicy = $maintenancePolicy; } /** * @return Google_Service_Container_MaintenancePolicy */ public function getMaintenancePolicy() { return $this->maintenancePolicy; } /** * @param Google_Service_Container_MasterAuth */ public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth) { $this->masterAuth = $masterAuth; } /** * @return Google_Service_Container_MasterAuth */ public function getMasterAuth() { return $this->masterAuth; } /** * @param Google_Service_Container_MasterAuthorizedNetworksConfig */ public function setMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $masterAuthorizedNetworksConfig) { $this->masterAuthorizedNetworksConfig = $masterAuthorizedNetworksConfig; } /** * @return Google_Service_Container_MasterAuthorizedNetworksConfig */ public function getMasterAuthorizedNetworksConfig() { return $this->masterAuthorizedNetworksConfig; } public function setMonitoringService($monitoringService) { $this->monitoringService = $monitoringService; } public function getMonitoringService() { return $this->monitoringService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Container_NetworkConfig */ public function setNetworkConfig(Google_Service_Container_NetworkConfig $networkConfig) { $this->networkConfig = $networkConfig; } /** * @return Google_Service_Container_NetworkConfig */ public function getNetworkConfig() { return $this->networkConfig; } /** * @param Google_Service_Container_NetworkPolicy */ public function setNetworkPolicy(Google_Service_Container_NetworkPolicy $networkPolicy) { $this->networkPolicy = $networkPolicy; } /** * @return Google_Service_Container_NetworkPolicy */ public function getNetworkPolicy() { return $this->networkPolicy; } /** * @param Google_Service_Container_NodeConfig */ public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return Google_Service_Container_NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } public function setNodeIpv4CidrSize($nodeIpv4CidrSize) { $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; } public function getNodeIpv4CidrSize() { return $this->nodeIpv4CidrSize; } /** * @param Google_Service_Container_NodePool[] */ public function setNodePools($nodePools) { $this->nodePools = $nodePools; } /** * @return Google_Service_Container_NodePool[] */ public function getNodePools() { return $this->nodePools; } /** * @param Google_Service_Container_NotificationConfig */ public function setNotificationConfig(Google_Service_Container_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_Container_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } /** * @param Google_Service_Container_PrivateClusterConfig */ public function setPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $privateClusterConfig) { $this->privateClusterConfig = $privateClusterConfig; } /** * @return Google_Service_Container_PrivateClusterConfig */ public function getPrivateClusterConfig() { return $this->privateClusterConfig; } /** * @param Google_Service_Container_ReleaseChannel */ public function setReleaseChannel(Google_Service_Container_ReleaseChannel $releaseChannel) { $this->releaseChannel = $releaseChannel; } /** * @return Google_Service_Container_ReleaseChannel */ public function getReleaseChannel() { return $this->releaseChannel; } public function setResourceLabels($resourceLabels) { $this->resourceLabels = $resourceLabels; } public function getResourceLabels() { return $this->resourceLabels; } /** * @param Google_Service_Container_ResourceUsageExportConfig */ public function setResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $resourceUsageExportConfig) { $this->resourceUsageExportConfig = $resourceUsageExportConfig; } /** * @return Google_Service_Container_ResourceUsageExportConfig */ public function getResourceUsageExportConfig() { return $this->resourceUsageExportConfig; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setServicesIpv4Cidr($servicesIpv4Cidr) { $this->servicesIpv4Cidr = $servicesIpv4Cidr; } public function getServicesIpv4Cidr() { return $this->servicesIpv4Cidr; } /** * @param Google_Service_Container_ShieldedNodes */ public function setShieldedNodes(Google_Service_Container_ShieldedNodes $shieldedNodes) { $this->shieldedNodes = $shieldedNodes; } /** * @return Google_Service_Container_ShieldedNodes */ public function getShieldedNodes() { return $this->shieldedNodes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTpuIpv4CidrBlock($tpuIpv4CidrBlock) { $this->tpuIpv4CidrBlock = $tpuIpv4CidrBlock; } public function getTpuIpv4CidrBlock() { return $this->tpuIpv4CidrBlock; } /** * @param Google_Service_Container_VerticalPodAutoscaling */ public function setVerticalPodAutoscaling(Google_Service_Container_VerticalPodAutoscaling $verticalPodAutoscaling) { $this->verticalPodAutoscaling = $verticalPodAutoscaling; } /** * @return Google_Service_Container_VerticalPodAutoscaling */ public function getVerticalPodAutoscaling() { return $this->verticalPodAutoscaling; } /** * @param Google_Service_Container_WorkloadIdentityConfig */ public function setWorkloadIdentityConfig(Google_Service_Container_WorkloadIdentityConfig $workloadIdentityConfig) { $this->workloadIdentityConfig = $workloadIdentityConfig; } /** * @return Google_Service_Container_WorkloadIdentityConfig */ public function getWorkloadIdentityConfig() { return $this->workloadIdentityConfig; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } }