| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityBulletinEvent |
SecurityBulletinEvent.clone() |
SecurityBulletinEvent |
SecurityBulletinEvent.set(String fieldName,
Object value) |
SecurityBulletinEvent |
SecurityBulletinEvent.setAffectedSupportedMinors(List<String> affectedSupportedMinors)
The GKE minor versions affected by this vulnerability.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setBriefDescription(String briefDescription)
A brief description of the bulletin.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setBulletinId(String bulletinId)
The ID of the bulletin corresponding to the vulnerability.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setBulletinUri(String bulletinUri)
The URI link to the bulletin on the website for more information.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setCveIds(List<String> cveIds)
The CVEs associated with this bulletin.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setManualStepsRequired(Boolean manualStepsRequired)
If this field is specified, it means there are manual steps that the user must take to make
their clusters safe.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setPatchedVersions(List<String> patchedVersions)
The GKE versions where this vulnerability is patched.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setResourceTypeAffected(String resourceTypeAffected)
The resource type (node/control plane) that has the vulnerability.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setSeverity(String severity)
The severity of this bulletin as it relates to GKE.
|
SecurityBulletinEvent |
SecurityBulletinEvent.setSuggestedUpgradeTarget(String suggestedUpgradeTarget)
This represents a version selected from the patched_versions field that the cluster receiving
this notification should most likely want to upgrade to based on its current version.
|
Copyright © 2011–2023 Google. All rights reserved.