Skip to content

Load Balancer: PathRouteSet

Manage OCI Load Balancer resources from Kubernetes. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.

Resource Snapshot

Field Value
Service loadbalancer
Resource PathRouteSet
API Version loadbalancer.oracle.com/v1beta1
Package Load Balancer
Support Status Preview
Latest Released Version v2.1.0-alpha
Install Namespace oci-service-operator-loadbalancer-system

Spec Fields

This summary shows the top-level spec fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
name The name for this set of path route rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: example_path_route_set string Yes
pathRoutes The set of path route rules. list[object] Yes

Status Fields

This summary shows the top-level status fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
name The unique name for this set of path route rules. Avoid entering confidential information. Example: example_path_route_set string No
pathRoutes The set of path route rules. list[object] No
status - object Yes

Sample Manifest

This example is generated from the checked-in sample manifest at config/samples/loadbalancer_v1beta1_pathrouteset.yaml. Replace placeholder values before applying it.

Open the rendered sample page

#
# 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.
#

apiVersion: loadbalancer.oracle.com/v1beta1
kind: PathRouteSet
metadata:
  name: pathrouteset-sample
spec: {}