Overboard


ServiceBuilder Type

Constructors

Constructor Description

ServiceBuilder()

Full Usage: ServiceBuilder()

Returns: ServiceBuilder
Returns: ServiceBuilder

Instance members

Instance member Description

_annotations annotations

Full Usage: _annotations annotations

Parameters:
    annotations : (string * string) list

Returns: Service

Annotations for the Service

annotations : (string * string) list
Returns: Service

this.Combine

Full Usage: this.Combine

Parameters:
Returns: Service
currentValueFromYield : Service
accumulatorFromDelay : Service
Returns: Service

this.Delay

Full Usage: this.Delay

Parameters:
    f : unit -> 'a

Returns: 'a
f : unit -> 'a
Returns: 'a

this.For

Full Usage: this.For

Parameters:
Returns: Service
state : Service
f : unit -> Service
Returns: Service

_labels labels

Full Usage: _labels labels

Parameters:
    labels : (string * string) list

Returns: Service

Labels for the Service

labels : (string * string) list
Returns: Service

matchLabel arg1

Full Usage: matchLabel arg1

Parameters:
    arg0 : string * string

Returns: Service

Add a single label selector to the Service.

arg0 : string * string
Returns: Service

matchLabels labels

Full Usage: matchLabels labels

Parameters:
    labels : (string * string) list

Returns: Service

Add multiple label selectors to the Service.

labels : (string * string) list
Returns: Service

_name name

Full Usage: _name name

Parameters:
    name : string

Returns: Service

Name of the Service. Name must be unique within a namespace. https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-meta/#ObjectMeta

name : string
Returns: Service

_namespace ns

Full Usage: _namespace ns

Parameters:
    ns : string

Returns: Service

Namespace of the Service. Namespace defines the space within which each name must be unique. Default is "default". https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-meta/#ObjectMeta

ns : string
Returns: Service

add_port port

Full Usage: add_port port

Parameters:
Returns: Service
port : ServicePort
Returns: Service

set_metadata metadata

Full Usage: set_metadata metadata

Parameters:
Returns: Service

Sets the Service metadata

metadata : Metadata
Returns: Service

typeOf typeof

Full Usage: typeOf typeof

Parameters:
Returns: Service

Type of the Service.

typeof : ServiceType
Returns: Service

this.Yield

Full Usage: this.Yield

Parameters:
Returns: Service
servicePort : seq<ServicePort>
Returns: Service

this.Yield

Full Usage: this.Yield

Parameters:
Returns: Service
servicePort : ServicePort
Returns: Service

this.Yield

Full Usage: this.Yield

Parameters:
Returns: Service
metadata : Metadata
Returns: Service

this.Yield

Full Usage: this.Yield

Parameters:
    name : string

Returns: Service
name : string
Returns: Service

this.Yield

Full Usage: this.Yield

Parameters:
    arg0 : 'a

Returns: Service
arg0 : 'a
Returns: Service

this.YieldFrom

Full Usage: this.YieldFrom

Parameters:
Returns: Service
servicePort : seq<ServicePort>
Returns: Service

this.Zero

Full Usage: this.Zero

Returns: Service
Returns: Service