Skip to content

Load Balancer: RoutingPolicy

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 RoutingPolicy
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
conditionLanguageVersion The version of the language in which condition of rules are composed. string Yes
name The name for this list of routing rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: example_routing_rules string Yes
rules The list of routing 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
conditionLanguageVersion The version of the language in which condition of rules are composed. string No
name The unique name for this list of routing rules. Avoid entering confidential information. Example: example_routing_policy string No
rules The ordered list of routing rules. list[object] No
status - object Yes

Sample Manifest

This example is generated from the checked-in sample manifest at config/samples/loadbalancer_v1beta1_routingpolicy.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: RoutingPolicy
metadata:
  name: routingpolicy-sample
spec: {}