Skip to content

GdpPipeline Sample

This page is generated from the checked-in sample manifest at config/samples/gdp_v1beta1_gdppipeline.yaml.

Field Value
Resource gdp/GdpPipeline
API Version gdp.oracle.com/v1beta1
Source Path config/samples/gdp_v1beta1_gdppipeline.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

#
# Replace the OCI identifiers below before running e2e.
# Update metadata.name or spec.displayName if you want to force a fresh create instead of
# binding to an existing pipeline with the same compartmentId, displayName, pipelineType,
# peeringRegion, and bucketDetails.
#
apiVersion: gdp.oracle.com/v1beta1
kind: GdpPipeline
metadata:
  name: gdppipeline-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  displayName: osok-gdp-pipeline
  pipelineType: SENDER
  peeringRegion: us-phoenix-1
  bucketDetails:
    - bucketType: SOURCE
      namespace: namespace-a
      name: source-bucket
      id: ocid1.bucket.oc1..exampleuniqueID
    - bucketType: TRANSFER
      namespace: namespace-a
      name: transfer-bucket
      id: ocid1.bucket.oc1..exampleuniqueID
  description: OSOK GDP pipeline sample
  isScanningEnabled: true
  isApprovalNeeded: false
  freeformTags:
    managed-by: oci-service-operator