Google Kubernetes Engine audit logging


This document describes audit logging for Google Kubernetes Engine. Google Cloud services generate audit logs that record administrative and access activities within your Google Cloud resources. To learn more about Cloud Audit Logs, refer to the following documentation pages:

Service name

Google Kubernetes Engine audit logs use the service name container.googleapis.com. Filter for this service:

    protoPayload.serviceName="container.googleapis.com"
  

Methods by permission type

Each IAM permission has a type property, whose value is an enum that can be one of four values: ADMIN_READ, ADMIN_WRITE, DATA_READ, or DATA_WRITE. When you call a method, Google Kubernetes Engine generates an audit log whose category is dependent on the type property of the permission required to perform the method. Methods that require an IAM permission with the type property value of DATA_READ, DATA_WRITE, or ADMIN_READ generate Data Access audit logs. Methods that require an IAM permission with the type property value of ADMIN_WRITE generate Admin Activity audit logs.

Permission type Methods
ADMIN_READ google.container.v1.ClusterManager.CheckAutopilotCompatibility
google.container.v1.ClusterManager.GetCluster
google.container.v1.ClusterManager.GetNodePool
google.container.v1.ClusterManager.GetOperation
google.container.v1.ClusterManager.ListClusters
google.container.v1.ClusterManager.ListNodePools
google.container.v1.ClusterManager.ListOperations
google.container.v1beta1.ClusterManager.CheckAutopilotCompatibility
google.container.v1beta1.ClusterManager.GetCluster
google.container.v1beta1.ClusterManager.GetNodePool
google.container.v1beta1.ClusterManager.GetOperation
google.container.v1beta1.ClusterManager.ListClusters
google.container.v1beta1.ClusterManager.ListNodePools
google.container.v1beta1.ClusterManager.ListOperations
ADMIN_WRITE google.container.v1.ClusterManager.CancelOperation
google.container.v1.ClusterManager.CompleteIPRotation
google.container.v1.ClusterManager.CompleteNodePoolUpgrade
google.container.v1.ClusterManager.CreateCluster
google.container.v1.ClusterManager.CreateNodePool
google.container.v1.ClusterManager.DeleteCluster
google.container.v1.ClusterManager.DeleteNodePool
google.container.v1.ClusterManager.ListUsableSubnetworks
google.container.v1.ClusterManager.RollbackNodePoolUpgrade
google.container.v1.ClusterManager.SetAddonsConfig
google.container.v1.ClusterManager.SetLabels
google.container.v1.ClusterManager.SetLegacyAbac
google.container.v1.ClusterManager.SetLocations
google.container.v1.ClusterManager.SetLoggingService
google.container.v1.ClusterManager.SetMaintenancePolicy
google.container.v1.ClusterManager.SetMasterAuth
google.container.v1.ClusterManager.SetMonitoringService
google.container.v1.ClusterManager.SetNetworkPolicy
google.container.v1.ClusterManager.SetNodePoolAutoscaling
google.container.v1.ClusterManager.SetNodePoolManagement
google.container.v1.ClusterManager.SetNodePoolSize
google.container.v1.ClusterManager.StartIPRotation
google.container.v1.ClusterManager.UpdateCluster
google.container.v1.ClusterManager.UpdateMaster
google.container.v1.ClusterManager.UpdateNodePool
google.container.v1beta1.ClusterManager.CancelOperation
google.container.v1beta1.ClusterManager.CompleteIPRotation
google.container.v1beta1.ClusterManager.CompleteNodePoolUpgrade
google.container.v1beta1.ClusterManager.CreateCluster
google.container.v1beta1.ClusterManager.CreateNodePool
google.container.v1beta1.ClusterManager.DeleteCluster
google.container.v1beta1.ClusterManager.DeleteNodePool
google.container.v1beta1.ClusterManager.ListUsableSubnetworks
google.container.v1beta1.ClusterManager.RollbackNodePoolUpgrade
google.container.v1beta1.ClusterManager.SetAddonsConfig
google.container.v1beta1.ClusterManager.SetLabels
google.container.v1beta1.ClusterManager.SetLegacyAbac
google.container.v1beta1.ClusterManager.SetLocations
google.container.v1beta1.ClusterManager.SetLoggingService
google.container.v1beta1.ClusterManager.SetMaintenancePolicy
google.container.v1beta1.ClusterManager.SetMasterAuth
google.container.v1beta1.ClusterManager.SetNetworkPolicy
google.container.v1beta1.ClusterManager.SetNodePoolAutoscaling
google.container.v1beta1.ClusterManager.SetNodePoolManagement
google.container.v1beta1.ClusterManager.SetNodePoolSize
google.container.v1beta1.ClusterManager.StartIPRotation
google.container.v1beta1.ClusterManager.UpdateCluster
google.container.v1beta1.ClusterManager.UpdateMaster
google.container.v1beta1.ClusterManager.UpdateNodePool

API interface audit logs

For information about how and which permissions are evaluated for each method, see the Identity and Access Management documentation for Google Kubernetes Engine.

google.container.v1.ClusterManager

The following section contains details about audit logs associated with methods belonging to google.container.v1.ClusterManager.

CancelOperation

  • Method: google.container.v1.ClusterManager.CancelOperation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CancelOperation"

CheckAutopilotCompatibility

  • Method: google.container.v1.ClusterManager.CheckAutopilotCompatibility
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CheckAutopilotCompatibility"

CompleteIPRotation

  • Method: google.container.v1.ClusterManager.CompleteIPRotation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CompleteIPRotation"

CompleteNodePoolUpgrade

  • Method: google.container.v1.ClusterManager.CompleteNodePoolUpgrade
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CompleteNodePoolUpgrade"

CreateCluster

  • Method: google.container.v1.ClusterManager.CreateCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CreateCluster"

CreateNodePool

  • Method: google.container.v1.ClusterManager.CreateNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.CreateNodePool"

DeleteCluster

  • Method: google.container.v1.ClusterManager.DeleteCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.DeleteCluster"

DeleteNodePool

  • Method: google.container.v1.ClusterManager.DeleteNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.DeleteNodePool"

GetCluster

  • Method: google.container.v1.ClusterManager.GetCluster
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.GetCluster"

GetNodePool

  • Method: google.container.v1.ClusterManager.GetNodePool
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.GetNodePool"

GetOperation

  • Method: google.container.v1.ClusterManager.GetOperation
  • Audit log type: Data access
  • Permissions:
    • container.operations.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.GetOperation"

ListClusters

  • Method: google.container.v1.ClusterManager.ListClusters
  • Audit log type: Data access
  • Permissions:
    • container.clusters.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.ListClusters"

ListNodePools

  • Method: google.container.v1.ClusterManager.ListNodePools
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.ListNodePools"

ListOperations

  • Method: google.container.v1.ClusterManager.ListOperations
  • Audit log type: Data access
  • Permissions:
    • container.operations.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.ListOperations"

ListUsableSubnetworks

  • Method: google.container.v1.ClusterManager.ListUsableSubnetworks
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.ListUsableSubnetworks"

RollbackNodePoolUpgrade

  • Method: google.container.v1.ClusterManager.RollbackNodePoolUpgrade
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.RollbackNodePoolUpgrade"

SetAddonsConfig

  • Method: google.container.v1.ClusterManager.SetAddonsConfig
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetAddonsConfig"

SetLabels

  • Method: google.container.v1.ClusterManager.SetLabels
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetLabels"

SetLegacyAbac

  • Method: google.container.v1.ClusterManager.SetLegacyAbac
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetLegacyAbac"

SetLocations

  • Method: google.container.v1.ClusterManager.SetLocations
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetLocations"

SetLoggingService

  • Method: google.container.v1.ClusterManager.SetLoggingService
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetLoggingService"

SetMaintenancePolicy

  • Method: google.container.v1.ClusterManager.SetMaintenancePolicy
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetMaintenancePolicy"

SetMasterAuth

  • Method: google.container.v1.ClusterManager.SetMasterAuth
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetMasterAuth"

SetMonitoringService

  • Method: google.container.v1.ClusterManager.SetMonitoringService
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetMonitoringService"

SetNetworkPolicy

  • Method: google.container.v1.ClusterManager.SetNetworkPolicy
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetNetworkPolicy"

SetNodePoolAutoscaling

  • Method: google.container.v1.ClusterManager.SetNodePoolAutoscaling
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetNodePoolAutoscaling"

SetNodePoolManagement

  • Method: google.container.v1.ClusterManager.SetNodePoolManagement
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetNodePoolManagement"

SetNodePoolSize

  • Method: google.container.v1.ClusterManager.SetNodePoolSize
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.SetNodePoolSize"

StartIPRotation

  • Method: google.container.v1.ClusterManager.StartIPRotation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.StartIPRotation"

UpdateCluster

  • Method: google.container.v1.ClusterManager.UpdateCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.UpdateCluster"

UpdateMaster

  • Method: google.container.v1.ClusterManager.UpdateMaster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.UpdateMaster"

UpdateNodePool

  • Method: google.container.v1.ClusterManager.UpdateNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1.ClusterManager.UpdateNodePool"

google.container.v1beta1.ClusterManager

The following section contains details about audit logs associated with methods belonging to google.container.v1beta1.ClusterManager.

CancelOperation

  • Method: google.container.v1beta1.ClusterManager.CancelOperation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CancelOperation"

CheckAutopilotCompatibility

  • Method: google.container.v1beta1.ClusterManager.CheckAutopilotCompatibility
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CheckAutopilotCompatibility"

CompleteIPRotation

  • Method: google.container.v1beta1.ClusterManager.CompleteIPRotation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CompleteIPRotation"

CompleteNodePoolUpgrade

  • Method: google.container.v1beta1.ClusterManager.CompleteNodePoolUpgrade
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CompleteNodePoolUpgrade"

CreateCluster

  • Method: google.container.v1beta1.ClusterManager.CreateCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CreateCluster"

CreateNodePool

  • Method: google.container.v1beta1.ClusterManager.CreateNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.CreateNodePool"

DeleteCluster

  • Method: google.container.v1beta1.ClusterManager.DeleteCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.DeleteCluster"

DeleteNodePool

  • Method: google.container.v1beta1.ClusterManager.DeleteNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.DeleteNodePool"

GetCluster

  • Method: google.container.v1beta1.ClusterManager.GetCluster
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.GetCluster"

GetNodePool

  • Method: google.container.v1beta1.ClusterManager.GetNodePool
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.GetNodePool"

GetOperation

  • Method: google.container.v1beta1.ClusterManager.GetOperation
  • Audit log type: Data access
  • Permissions:
    • container.operations.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.GetOperation"

ListClusters

  • Method: google.container.v1beta1.ClusterManager.ListClusters
  • Audit log type: Data access
  • Permissions:
    • container.clusters.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.ListClusters"

ListNodePools

  • Method: google.container.v1beta1.ClusterManager.ListNodePools
  • Audit log type: Data access
  • Permissions:
    • container.clusters.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.ListNodePools"

ListOperations

  • Method: google.container.v1beta1.ClusterManager.ListOperations
  • Audit log type: Data access
  • Permissions:
    • container.operations.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.ListOperations"

ListUsableSubnetworks

  • Method: google.container.v1beta1.ClusterManager.ListUsableSubnetworks
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.ListUsableSubnetworks"

RollbackNodePoolUpgrade

  • Method: google.container.v1beta1.ClusterManager.RollbackNodePoolUpgrade
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.RollbackNodePoolUpgrade"

SetAddonsConfig

  • Method: google.container.v1beta1.ClusterManager.SetAddonsConfig
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetAddonsConfig"

SetLabels

  • Method: google.container.v1beta1.ClusterManager.SetLabels
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetLabels"

SetLegacyAbac

  • Method: google.container.v1beta1.ClusterManager.SetLegacyAbac
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetLegacyAbac"

SetLocations

  • Method: google.container.v1beta1.ClusterManager.SetLocations
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetLocations"

SetLoggingService

  • Method: google.container.v1beta1.ClusterManager.SetLoggingService
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetLoggingService"

SetMaintenancePolicy

  • Method: google.container.v1beta1.ClusterManager.SetMaintenancePolicy
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetMaintenancePolicy"

SetMasterAuth

  • Method: google.container.v1beta1.ClusterManager.SetMasterAuth
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetMasterAuth"

SetNetworkPolicy

  • Method: google.container.v1beta1.ClusterManager.SetNetworkPolicy
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetNetworkPolicy"

SetNodePoolAutoscaling

  • Method: google.container.v1beta1.ClusterManager.SetNodePoolAutoscaling
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetNodePoolAutoscaling"

SetNodePoolManagement

  • Method: google.container.v1beta1.ClusterManager.SetNodePoolManagement
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetNodePoolManagement"

SetNodePoolSize

  • Method: google.container.v1beta1.ClusterManager.SetNodePoolSize
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.SetNodePoolSize"

StartIPRotation

  • Method: google.container.v1beta1.ClusterManager.StartIPRotation
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.StartIPRotation"

UpdateCluster

  • Method: google.container.v1beta1.ClusterManager.UpdateCluster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.UpdateCluster"

UpdateMaster

  • Method: google.container.v1beta1.ClusterManager.UpdateMaster
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.UpdateMaster"

UpdateNodePool

  • Method: google.container.v1beta1.ClusterManager.UpdateNodePool
  • Audit log type: Admin activity
  • Permissions:
    • container.clusters.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.container.v1beta1.ClusterManager.UpdateNodePool"

Methods that don't produce audit logs

A method might not produce audit logs for one or more of the following reasons:

  • It is a high volume method involving signifcant log generation and storage costs.
  • It has low auditing value.
  • Another audit or platform log already provides method coverage.

The following methods don't produce audit logs:

  • google.container.v1.ClusterManager.GetJSONWebKeys
  • google.container.v1.ClusterManager.GetOpenIDConfig
  • google.container.v1.ClusterManager.GetServerConfig
  • google.container.v1beta1.ClusterManager.GetJSONWebKeys
  • google.container.v1beta1.ClusterManager.GetOpenIDConfig
  • google.container.v1beta1.ClusterManager.GetServerConfig
  • google.container.v1beta1.ClusterManager.ListLocations
  • google.container.v1beta1.ClusterManager.SetMonitoringService