_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c8100
// AciGwInspect gets the aciGwInspect object
c8101
// AppProfilePost posts the appProfile object
c8102
// AppProfileList lists all appProfile objects
c8103
// BgpPost posts the Bgp object
c8104
// BgpList lists all Bgp objects
c8105
// BgpGet gets the Bgp object
c8106
// BgpDelete deletes the Bgp object
c8107
// EndpointInspect gets the endpointInspect object
c8108
// EndpointGroupPost posts the endpointGroup object
c8109
// EndpointGroupList lists all endpointGroup objects
c8110
// ExtContractsGroupPost posts the extContractsGroup object
c8111
// ExtContractsGroupList lists all extContractsGroup objects
c8112
// GlobalPost posts the global object
c8113
// GlobalList lists all global objects
c8114
// NetprofilePost posts the netprofile object
c8115
// NetprofileList lists all netprofile objects
c8116
// NetworkPost posts the network object
c8117
// NetworkList lists all network objects
c8118
// PolicyPost posts the policy object
c8119
// PolicyList lists all policy objects
c8120
// RulePost posts the rule object
c8121
// RuleList lists all rule objects
c8122
// ServiceLBPost posts the serviceLB object
c8123
// ServiceLBList lists all serviceLB objects
c8124
// TenantPost posts the tenant object
c8125
// TenantList lists all tenant objects
c8126
// VolumePost posts the volume object
c8127
// VolumeList lists all volume objects
c8128
// VolumeProfilePost posts the volumeProfile object
c8129
// VolumeProfileList lists all volumeProfile objects
c8130
// VolumeProfileGet gets the volumeProfile object
c8131
// VolumeProfileDelete deletes the volumeProfile object
c8132
// NewStateResourceManager instantiates a state based resource manager
c8133
// GetStateResourceManager returns the singleton instance of the state based // resource manager
c8134
// DefineResource initializes a new resource.
c8135
// UndefineResource deinitializes a resource.
c8136
// RedefineResource deinitializes a resource.
c8137
// GetResourceList get the list of allocated as string for inspection
c8138
// AllocateResourceVal yields the core.Resource for the id and description.
c8139
// DeallocateResourceVal removes a value from the resource.
c8140
// ReadAll reads all the state for master global configurations and returns it.
c8141
// getPvtIP returns a private IP for the port
c8142
// GetUplinkInterfaces returns the list of interface associated with the uplink port
c8143
// NewOvsSwitch Creates a new OVS switch instance
c8144
// Delete performs cleanup prior to destruction of the OvsDriver
c8145
// createVethPair creates veth interface pairs with specified name
c8146
// Set the link mtu
c8147
// getOvsPortName returns OVS port name depending on if we use Veth pairs // For infra nw, dont use Veth pair
c8148
// UpdateEndpoint updates endpoint state
c8149
// UpdatePort updates an OVS port without creating it
c8150
// DeletePort removes a port from OVS
c8151
// vxlanIfName returns formatted vxlan interface name
c8152
// CreateVtep creates a VTEP interface
c8153
// DeleteVtep deletes a VTEP
c8154
// HandleLinkUpdates handle link updates and update the datapath
c8155
// RemoveUplinks removes uplink ports from the OVS
c8156
// AddHostPort adds a host port to the OVS
c8157
// DelHostPort removes a host port from the OVS
c8158
// DeleteMaster deletes master node
c8159
// AddBgp adds a bgp config to host
c8160
// DeleteBgp deletes bgp config from host
c8161
// AddSvcSpec invokes ofnetAgent api
c8162
// DelSvcSpec invokes ofnetAgent api
c8163
// SvcProviderUpdate invokes ofnetAgent api
c8164
// GetEndpointStats invokes ofnetAgent api
c8165
// InspectState ireturns ofnet state in json form
c8166
// InspectBgp returns ofnet state in json form
c8167
// GlobalConfigUpdate updates the global configs like arp-mode
c8168
// AddNameServer returns ofnet state in json form
c8169
// NewAPIClient creates an instance of the k8s api client
c8170
// fetchPodLabels retrieves the labels from the podspec metadata
c8171
// GetPodLabel retrieves the specified label
c8172
// WatchSvcEps watches the service endpoints object
c8173
// ReadAll reads all state objects for the policy rules.
c8174
// WatchAll fills a channel on each state event related to policy rules.
c8175
// addPolicyRuleState adds policy rule to state store
c8176
// delPolicyRuleState deletes policy rule from state store
c8177
// ListenWrapper is a wrapper over net.Listener
c8178
// Accept is a wrapper over regular Accept call // which also maintains the refCnt
c8179
// Close closes the contivListener.
c8180
// NewNWClient creates an instance of the network driver client
c8181
// AddPod adds a pod to contiv using the cni api
c8182
// DelPod deletes a pod from contiv using the cni api
c8183
// NewAPIController creates a new controller
c8184
// GlobalGetOper retrieves glboal operational information
c8185
// GlobalCreate creates global state
c8186
// GlobalUpdate updates global state
c8187
// GlobalDelete is not supported
c8188
// AciGwCreate creates aci state
c8189
// AciGwUpdate updates aci state
c8190
// AciGwDelete deletes aci state
c8191
// AciGwGetOper provides operational info for the aci object
c8192
// AppProfileCreate creates app profile state
c8193
// AppProfileUpdate updates app
c8194
// AppProfileDelete delete the app
c8195
// EndpointGetOper retrieves glboal operational information
c8196
// Cleans up state off endpointGroup and related objects.
c8197
// EndpointGroupGetOper inspects endpointGroup
c8198
// EndpointGroupDelete deletes end point group
c8199
// NetworkCreate creates network